Html Css Color HEX #A6977E Bronco

📋 copy color: '#A6977E'

red 166 ◦ green 151 ◦ blue 126

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

Shades of Bronco #A6977E

Tints of Bronco #A6977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 37.47%
G = 34.09%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6977E (or 0xA6977E) is known color: Bronco. HEX triplet: A6, 97 and 7E. RGB value is (166,151,126). Sum of RGB (Red+Green+Blue) = 166+151+126=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6977E is #596881. Grayscale: #989898. Windows color (decimal): -5859458 or 8296358. OLE color: 8296358.

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

Color convert

RGB 166 151 126 -
CMYK 0 0.09 0.24 0.35
HSL 37.5º 0.18% 0.57% -
HSV(B) 37.5º 0.24% 0.65% -
XYZ 30.56 31.75 24.26 -
YUV 152.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 166 151 126 0 0.09 0.24 0.35 37.5 0.18 0.57
Hex A6 97 7E 0 9 18 23 26 12 39
Octal 246 227 176 0 11 30 43 46 22 71
Binary 10100110 10010111 1111110 0 1001 11000 100011 100110 10010 111001

Color Harmonies of #A6977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6977E

Black with #A6977E

Text Example


Text Example

White with #A6977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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