Html Css Color HEX #A6957B Bronco

📋 copy color: '#A6957B'

red 166 ◦ green 149 ◦ blue 123

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

Shades of Bronco #A6957B

Tints of Bronco #A6957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.02%

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 37.9%
G = 34.02%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6957B (or 0xA6957B) is known color: Bronco. HEX triplet: A6, 95 and 7B. RGB value is (166,149,123). Sum of RGB (Red+Green+Blue) = 166+149+123=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6957B is #596A84. Grayscale: #979797. Windows color (decimal): -5859973 or 8099238. OLE color: 8099238.

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

Color convert

RGB 166 149 123 -
CMYK 0 0.10 0.26 0.35
HSL 36.28º 0.19% 0.57% -
HSV(B) 36.28º 0.26% 0.65% -
XYZ 30.05 31.03 23.14 -
YUV 151.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 166 149 123 0 0.10 0.26 0.35 36.28 0.19 0.57
Hex A6 95 7B 0 A 1A 23 24 13 39
Octal 246 225 173 0 12 32 43 44 23 71
Binary 10100110 10010101 1111011 0 1010 11010 100011 100100 10011 111001

Color Harmonies of #A6957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6957B

Black with #A6957B

Text Example


Text Example

White with #A6957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6957B; }

 p { color: rgb(166,149,123); }

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

background-color css

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

 a { background-color: rgb(166,149,123); }

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

border-color css

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

 span { border-color: rgb(166,149,123); }

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