Html Css Color HEX #A8987D Bronco

📋 copy color: '#A8987D'

red 168 ◦ green 152 ◦ blue 125

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

Shades of Bronco #A8987D

Tints of Bronco #A8987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 37.75%
G = 34.16%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8987D (or 0xA8987D) is known color: Bronco. HEX triplet: A8, 98 and 7D. RGB value is (168,152,125). Sum of RGB (Red+Green+Blue) = 168+152+125=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8987D is #576782. Grayscale: #999999. Windows color (decimal): -5728131 or 8231080. OLE color: 8231080.

HSL color Cylindrical-coordinate representation of color #A8987D: hue angle of 37.67º 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 #A8987D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 125 -
CMYK 0 0.10 0.26 0.34
HSL 37.67º 0.2% 0.57% -
HSV(B) 37.67º 0.26% 0.66% -
XYZ 31.08 32.26 23.99 -
YUV 153.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 168 152 125 0 0.10 0.26 0.34 37.67 0.2 0.57
Hex A8 98 7D 0 A 1A 22 26 14 39
Octal 250 230 175 0 12 32 42 46 24 71
Binary 10101000 10011000 1111101 0 1010 11010 100010 100110 10100 111001

Color Harmonies of #A8987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8987D

Black with #A8987D

Text Example


Text Example

White with #A8987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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