Html Css Color HEX #A8987F Bronco

📋 copy color: '#A8987F'

red 168 ◦ green 152 ◦ blue 127

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

Shades of Bronco #A8987F

Tints of Bronco #A8987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 37.58%
G = 34%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8987F (or 0xA8987F) is known color: Bronco. HEX triplet: A8, 98 and 7F. RGB value is (168,152,127). Sum of RGB (Red+Green+Blue) = 168+152+127=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A8987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8987F is #576780. Grayscale: #9A9A9A. Windows color (decimal): -5728129 or 8362152. OLE color: 8362152.

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

Color convert

RGB 168 152 127 -
CMYK 0 0.10 0.24 0.34
HSL 36.59º 0.19% 0.58% -
HSV(B) 36.59º 0.24% 0.66% -
XYZ 31.21 32.31 24.67 -
YUV 153.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 168 152 127 0 0.10 0.24 0.34 36.59 0.19 0.58
Hex A8 98 7F 0 A 18 22 25 13 3A
Octal 250 230 177 0 12 30 42 45 23 72
Binary 10101000 10011000 1111111 0 1010 11000 100010 100101 10011 111010

Color Harmonies of #A8987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8987F

Black with #A8987F

Text Example


Text Example

White with #A8987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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