Html Css Color HEX #A6917C Bronco

📋 copy color: '#A6917C'

red 166 ◦ green 145 ◦ blue 124

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

Shades of Bronco #A6917C

Tints of Bronco #A6917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 38.16%
G = 33.33%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6917C (or 0xA6917C) is known color: Bronco. HEX triplet: A6, 91 and 7C. RGB value is (166,145,124). Sum of RGB (Red+Green+Blue) = 166+145+124=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6917C is #596E83. Grayscale: #949494. Windows color (decimal): -5860996 or 8163750. OLE color: 8163750.

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

Color convert

RGB 166 145 124 -
CMYK 0 0.13 0.25 0.35
HSL 30º 0.19% 0.57% -
HSV(B) 30º 0.25% 0.65% -
XYZ 29.49 29.81 23.27 -
YUV 148.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 166 145 124 0 0.13 0.25 0.35 30 0.19 0.57
Hex A6 91 7C 0 D 19 23 1E 13 39
Octal 246 221 174 0 15 31 43 36 23 71
Binary 10100110 10010001 1111100 0 1101 11001 100011 11110 10011 111001

Color Harmonies of #A6917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6917C

Black with #A6917C

Text Example


Text Example

White with #A6917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6917C; }

 p { color: rgb(166,145,124); }

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

background-color css

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

 a { background-color: rgb(166,145,124); }

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

border-color css

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

 span { border-color: rgb(166,145,124); }

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