Html Css Color HEX #A99679 Bronco

📋 copy color: '#A99679'

red 169 ◦ green 150 ◦ blue 121

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

Shades of Bronco #A99679

Tints of Bronco #A99679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 38.41%
G = 34.09%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A99679 (or 0xA99679) is known color: Bronco. HEX triplet: A9, 96 and 79. RGB value is (169,150,121). Sum of RGB (Red+Green+Blue) = 169+150+121=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A99679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99679 is #566986. Grayscale: #989898. Windows color (decimal): -5663111 or 7968425. OLE color: 7968425.

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

Color convert

RGB 169 150 121 -
CMYK 0 0.11 0.28 0.34
HSL 36.25º 0.22% 0.57% -
HSV(B) 36.25º 0.28% 0.66% -
XYZ 30.72 31.63 22.57 -
YUV 152.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 169 150 121 0 0.11 0.28 0.34 36.25 0.22 0.57
Hex A9 96 79 0 B 1C 22 24 16 39
Octal 251 226 171 0 13 34 42 44 26 71
Binary 10101001 10010110 1111001 0 1011 11100 100010 100100 10110 111001

Color Harmonies of #A99679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99679

Black with #A99679

Text Example


Text Example

White with #A99679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99679; }

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

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

background-color css

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

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

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

border-color css

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

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

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