Html Css Color HEX #A6987D Bronco

📋 copy color: '#A6987D'

red 166 ◦ green 152 ◦ blue 125

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

Shades of Bronco #A6987D

Tints of Bronco #A6987D

RGB

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

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

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

R = 37.47%
G = 34.31%
B = 28.22%

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

#A6987D (or 0xA6987D) is known color: Bronco. HEX triplet: A6, 98 and 7D. RGB value is (166,152,125). Sum of RGB (Red+Green+Blue) = 166+152+125=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987D is #596782. Grayscale: #999999. Windows color (decimal): -5859203 or 8231078. OLE color: 8231078.

HSL color Cylindrical-coordinate representation of color #A6987D: hue angle of 39.51º 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 #A6987D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 125 -
CMYK 0 0.08 0.25 0.35
HSL 39.51º 0.19% 0.57% -
HSV(B) 39.51º 0.25% 0.65% -
XYZ 30.66 32.04 23.97 -
YUV 153.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 166 152 125 0 0.08 0.25 0.35 39.51 0.19 0.57
Hex A6 98 7D 0 8 19 23 28 13 39
Octal 246 230 175 0 10 31 43 50 23 71
Binary 10100110 10011000 1111101 0 1000 11001 100011 101000 10011 111001

Color Harmonies of #A6987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6987D

Black with #A6987D

Text Example


Text Example

White with #A6987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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