Html Css Color HEX #A89477 Bronco

📋 copy color: '#A89477'

red 168 ◦ green 148 ◦ blue 119

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

Shades of Bronco #A89477

Tints of Bronco #A89477

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

 GREEN value IS 148 (58.2% from 255) = 34.02%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 38.62%
G = 34.02%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A89477 (or 0xA89477) is known color: Bronco. HEX triplet: A8, 94 and 77. RGB value is (168,148,119). Sum of RGB (Red+Green+Blue) = 168+148+119=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89477 is #576B88. Grayscale: #969696. Windows color (decimal): -5729161 or 7836840. OLE color: 7836840.

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

Color convert

RGB 168 148 119 -
CMYK 0 0.12 0.29 0.34
HSL 35.51º 0.22% 0.56% -
HSV(B) 35.51º 0.29% 0.66% -
XYZ 30.07 30.84 21.82 -
YUV 150.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 168 148 119 0 0.12 0.29 0.34 35.51 0.22 0.56
Hex A8 94 77 0 C 1D 22 24 16 38
Octal 250 224 167 0 14 35 42 44 26 70
Binary 10101000 10010100 1110111 0 1100 11101 100010 100100 10110 111000

Color Harmonies of #A89477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89477

Black with #A89477

Text Example


Text Example

White with #A89477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89477; }

 p { color: rgb(168,148,119); }

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

background-color css

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

 a { background-color: rgb(168,148,119); }

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

border-color css

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

 span { border-color: rgb(168,148,119); }

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