Html Css Color HEX #A99678 Bronco

📋 copy color: '#A99678'

red 169 ◦ green 150 ◦ blue 120

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

Shades of Bronco #A99678

Tints of Bronco #A99678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 38.5%
G = 34.17%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A99678 (or 0xA99678) is known color: Bronco. HEX triplet: A9, 96 and 78. RGB value is (169,150,120). Sum of RGB (Red+Green+Blue) = 169+150+120=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99678 is #566987. Grayscale: #989898. Windows color (decimal): -5663112 or 7902889. OLE color: 7902889.

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

Color convert

RGB 169 150 120 -
CMYK 0 0.11 0.29 0.34
HSL 36.73º 0.22% 0.57% -
HSV(B) 36.73º 0.29% 0.66% -
XYZ 30.66 31.6 22.25 -
YUV 152.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 169 150 120 0 0.11 0.29 0.34 36.73 0.22 0.57
Hex A9 96 78 0 B 1D 22 25 16 39
Octal 251 226 170 0 13 35 42 45 26 71
Binary 10101001 10010110 1111000 0 1011 11101 100010 100101 10110 111001

Color Harmonies of #A99678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99678

Black with #A99678

Text Example


Text Example

White with #A99678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99678; }

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

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

background-color css

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

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

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

border-color css

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

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

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