Html Css Color HEX #A6967A Bronco

📋 copy color: '#A6967A'

red 166 ◦ green 150 ◦ blue 122

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

Shades of Bronco #A6967A

Tints of Bronco #A6967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 37.9%
G = 34.25%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6967A (or 0xA6967A) is known color: Bronco. HEX triplet: A6, 96 and 7A. RGB value is (166,150,122). Sum of RGB (Red+Green+Blue) = 166+150+122=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6967A is #596985. Grayscale: #979797. Windows color (decimal): -5859718 or 8033958. OLE color: 8033958.

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

Color convert

RGB 166 150 122 -
CMYK 0 0.10 0.27 0.35
HSL 38.18º 0.2% 0.56% -
HSV(B) 38.18º 0.27% 0.65% -
XYZ 30.15 31.32 22.87 -
YUV 151.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 166 150 122 0 0.10 0.27 0.35 38.18 0.2 0.56
Hex A6 96 7A 0 A 1B 23 26 14 38
Octal 246 226 172 0 12 33 43 46 24 70
Binary 10100110 10010110 1111010 0 1010 11011 100011 100110 10100 111000

Color Harmonies of #A6967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6967A

Black with #A6967A

Text Example


Text Example

White with #A6967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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