Html Css Color HEX #A8997C Bronco

📋 copy color: '#A8997C'

red 168 ◦ green 153 ◦ blue 124

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

Shades of Bronco #A8997C

Tints of Bronco #A8997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 37.75%
G = 34.38%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8997C (or 0xA8997C) is known color: Bronco. HEX triplet: A8, 99 and 7C. RGB value is (168,153,124). Sum of RGB (Red+Green+Blue) = 168+153+124=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8997C is #576683. Grayscale: #9A9A9A. Windows color (decimal): -5727876 or 8165800. OLE color: 8165800.

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

Color convert

RGB 168 153 124 -
CMYK 0 0.09 0.26 0.34
HSL 39.55º 0.2% 0.57% -
HSV(B) 39.55º 0.26% 0.66% -
XYZ 31.18 32.56 23.71 -
YUV 154.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 168 153 124 0 0.09 0.26 0.34 39.55 0.2 0.57
Hex A8 99 7C 0 9 1A 22 28 14 39
Octal 250 231 174 0 11 32 42 50 24 71
Binary 10101000 10011001 1111100 0 1001 11010 100010 101000 10100 111001

Color Harmonies of #A8997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8997C

Black with #A8997C

Text Example


Text Example

White with #A8997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8997C; }

 p { color: rgb(168,153,124); }

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

background-color css

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

 a { background-color: rgb(168,153,124); }

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

border-color css

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

 span { border-color: rgb(168,153,124); }

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