Html Css Color HEX #A6947A Bronco

📋 copy color: '#A6947A'

red 166 ◦ green 148 ◦ blue 122

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

Shades of Bronco #A6947A

Tints of Bronco #A6947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

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

R = 38.07%
G = 33.94%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6947A (or 0xA6947A) is known color: Bronco. HEX triplet: A6, 94 and 7A. RGB value is (166,148,122). Sum of RGB (Red+Green+Blue) = 166+148+122=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6947A is #596B85. Grayscale: #969696. Windows color (decimal): -5860230 or 8033446. OLE color: 8033446.

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

Color convert

RGB 166 148 122 -
CMYK 0 0.11 0.27 0.35
HSL 35.45º 0.2% 0.56% -
HSV(B) 35.45º 0.27% 0.65% -
XYZ 29.83 30.69 22.76 -
YUV 150.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 166 148 122 0 0.11 0.27 0.35 35.45 0.2 0.56
Hex A6 94 7A 0 B 1B 23 23 14 38
Octal 246 224 172 0 13 33 43 43 24 70
Binary 10100110 10010100 1111010 0 1011 11011 100011 100011 10100 111000

Color Harmonies of #A6947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6947A

Black with #A6947A

Text Example


Text Example

White with #A6947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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