Html Css Color HEX #A99675 Bronco

📋 copy color: '#A99675'

red 169 ◦ green 150 ◦ blue 117

#A99675
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #A99675

Tints of Bronco #A99675

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 38.76%
G = 34.4%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A99675 (or 0xA99675) is known color: Bronco. HEX triplet: A9, 96 and 75. RGB value is (169,150,117). Sum of RGB (Red+Green+Blue) = 169+150+117=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99675 is #56698A. Grayscale: #989898. Windows color (decimal): -5663115 or 7706281. OLE color: 7706281.

HSL color Cylindrical-coordinate representation of color #A99675: hue angle of 38.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99675 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 117 -
CMYK 0 0.11 0.31 0.34
HSL 38.08º 0.23% 0.56% -
HSV(B) 38.08º 0.31% 0.66% -
XYZ 30.48 31.53 21.31 -
YUV 151.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 169 150 117 0 0.11 0.31 0.34 38.08 0.23 0.56
Hex A9 96 75 0 B 1F 22 26 17 38
Octal 251 226 165 0 13 37 42 46 27 70
Binary 10101001 10010110 1110101 0 1011 11111 100010 100110 10111 111000

Color Harmonies of #A99675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99675

Black with #A99675

Text Example


Text Example

White with #A99675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99675; }

 p { color: rgb(169,150,117); }

 H1.HeaderClassName
 {
   color: #A99675;
 }
 .AnyTagClassName
 {
   color: #A99675;
 }
</style>

background-color css

<style>
 a { background-color: #A99675; }

 a { background-color: rgb(169,150,117); }

 div.DivClassName
 {
   background-color: #A99675;
 }
 .BgClassName
 {
   background-color: #A99675;
 }
</style>

border-color css

<style>
 span { border-color: #A99675; }

 span { border-color: rgb(169,150,117); }

 td.TdClassName
 {
   border-color: #A99675;
 }
 .TagClassName
 {
   border-color: #A99675;
 }
</style>