Html Css Color HEX #A8987E Bronco

📋 copy color: '#A8987E'

red 168 ◦ green 152 ◦ blue 126

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

Shades of Bronco #A8987E

Tints of Bronco #A8987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 37.67%
G = 34.08%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8987E (or 0xA8987E) is known color: Bronco. HEX triplet: A8, 98 and 7E. RGB value is (168,152,126). Sum of RGB (Red+Green+Blue) = 168+152+126=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8987E is #576781. Grayscale: #999999. Windows color (decimal): -5728130 or 8296616. OLE color: 8296616.

HSL color Cylindrical-coordinate representation of color #A8987E: hue angle of 37.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8987E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 126 -
CMYK 0 0.10 0.25 0.34
HSL 37.14º 0.19% 0.58% -
HSV(B) 37.14º 0.25% 0.66% -
XYZ 31.14 32.29 24.33 -
YUV 153.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 168 152 126 0 0.10 0.25 0.34 37.14 0.19 0.58
Hex A8 98 7E 0 A 19 22 25 13 3A
Octal 250 230 176 0 12 31 42 45 23 72
Binary 10101000 10011000 1111110 0 1010 11001 100010 100101 10011 111010

Color Harmonies of #A8987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8987E

Black with #A8987E

Text Example


Text Example

White with #A8987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8987E; }

 p { color: rgb(168,152,126); }

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

background-color css

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

 a { background-color: rgb(168,152,126); }

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

border-color css

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

 span { border-color: rgb(168,152,126); }

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