Html Css Color HEX #A89475 Bronco

📋 copy color: '#A89475'

red 168 ◦ green 148 ◦ blue 117

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

Shades of Bronco #A89475

Tints of Bronco #A89475

RGB

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

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

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

R = 38.8%
G = 34.18%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A89475 (or 0xA89475) is known color: Bronco. HEX triplet: A8, 94 and 75. RGB value is (168,148,117). Sum of RGB (Red+Green+Blue) = 168+148+117=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A89475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89475 is #576B8A. Grayscale: #969696. Windows color (decimal): -5729163 or 7705768. OLE color: 7705768.

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

Color convert

RGB 168 148 117 -
CMYK 0 0.12 0.30 0.34
HSL 36.47º 0.23% 0.56% -
HSV(B) 36.47º 0.3% 0.66% -
XYZ 29.95 30.79 21.19 -
YUV 150.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 168 148 117 0 0.12 0.30 0.34 36.47 0.23 0.56
Hex A8 94 75 0 C 1E 22 24 17 38
Octal 250 224 165 0 14 36 42 44 27 70
Binary 10101000 10010100 1110101 0 1100 11110 100010 100100 10111 111000

Color Harmonies of #A89475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89475

Black with #A89475

Text Example


Text Example

White with #A89475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89475; }

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

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

background-color css

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

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

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

border-color css

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

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

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