Html Css Color HEX #A6967F Bronco

📋 copy color: '#A6967F'

red 166 ◦ green 150 ◦ blue 127

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

Shades of Bronco #A6967F

Tints of Bronco #A6967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 37.47%
G = 33.86%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6967F (or 0xA6967F) is known color: Bronco. HEX triplet: A6, 96 and 7F. RGB value is (166,150,127). Sum of RGB (Red+Green+Blue) = 166+150+127=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6967F is #596980. Grayscale: #989898. Windows color (decimal): -5859713 or 8361638. OLE color: 8361638.

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

Color convert

RGB 166 150 127 -
CMYK 0 0.10 0.23 0.35
HSL 35.38º 0.18% 0.57% -
HSV(B) 35.38º 0.23% 0.65% -
XYZ 30.46 31.45 24.54 -
YUV 152.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 166 150 127 0 0.10 0.23 0.35 35.38 0.18 0.57
Hex A6 96 7F 0 A 17 23 23 12 39
Octal 246 226 177 0 12 27 43 43 22 71
Binary 10100110 10010110 1111111 0 1010 10111 100011 100011 10010 111001

Color Harmonies of #A6967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6967F

Black with #A6967F

Text Example


Text Example

White with #A6967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6967F; }

 p { color: rgb(166,150,127); }

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

background-color css

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

 a { background-color: rgb(166,150,127); }

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

border-color css

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

 span { border-color: rgb(166,150,127); }

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