Html Css Color HEX #A6987C Bronco

📋 copy color: '#A6987C'

red 166 ◦ green 152 ◦ blue 124

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

Shades of Bronco #A6987C

Tints of Bronco #A6987C

RGB

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

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

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

R = 37.56%
G = 34.39%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6987C (or 0xA6987C) is known color: Bronco. HEX triplet: A6, 98 and 7C. RGB value is (166,152,124). Sum of RGB (Red+Green+Blue) = 166+152+124=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987C is #596783. Grayscale: #999999. Windows color (decimal): -5859204 or 8165542. OLE color: 8165542.

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

Color convert

RGB 166 152 124 -
CMYK 0 0.08 0.25 0.35
HSL 40º 0.19% 0.57% -
HSV(B) 40º 0.25% 0.65% -
XYZ 30.59 32.02 23.64 -
YUV 152.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 166 152 124 0 0.08 0.25 0.35 40 0.19 0.57
Hex A6 98 7C 0 8 19 23 28 13 39
Octal 246 230 174 0 10 31 43 50 23 71
Binary 10100110 10011000 1111100 0 1000 11001 100011 101000 10011 111001

Color Harmonies of #A6987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6987C

Black with #A6987C

Text Example


Text Example

White with #A6987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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