Html Css Color HEX #A6987E Bronco

📋 copy color: '#A6987E'

red 166 ◦ green 152 ◦ blue 126

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

Shades of Bronco #A6987E

Tints of Bronco #A6987E

RGB

 RED value IS 166 (65.23% from 255) = 37.39%

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

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

R = 37.39%
G = 34.23%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6987E (or 0xA6987E) is known color: Bronco. HEX triplet: A6, 98 and 7E. RGB value is (166,152,126). Sum of RGB (Red+Green+Blue) = 166+152+126=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987E is #596781. Grayscale: #999999. Windows color (decimal): -5859202 or 8296614. OLE color: 8296614.

HSL color Cylindrical-coordinate representation of color #A6987E: hue angle of 39º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6987E is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 126 -
CMYK 0 0.08 0.24 0.35
HSL 39º 0.18% 0.57% -
HSV(B) 39º 0.24% 0.65% -
XYZ 30.72 32.07 24.31 -
YUV 153.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 166 152 126 0 0.08 0.24 0.35 39 0.18 0.57
Hex A6 98 7E 0 8 18 23 27 12 39
Octal 246 230 176 0 10 30 43 47 22 71
Binary 10100110 10011000 1111110 0 1000 11000 100011 100111 10010 111001

Color Harmonies of #A6987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6987E

Black with #A6987E

Text Example


Text Example

White with #A6987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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