Html Css Color HEX #A66254 Au Chico

📋 copy color: '#A66254'

red 166 ◦ green 98 ◦ blue 84

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

Shades of Au Chico #A66254

Tints of Au Chico #A66254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 47.7%
G = 28.16%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66254 (or 0xA66254) is known color: Au Chico. HEX triplet: A6, 62 and 54. RGB value is (166,98,84). Sum of RGB (Red+Green+Blue) = 166+98+84=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A66254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66254 is #599DAB. Grayscale: #747474. Windows color (decimal): -5873068 or 5530278. OLE color: 5530278.

HSL color Cylindrical-coordinate representation of color #A66254: hue angle of 10.24º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66254 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 84 -
CMYK 0 0.41 0.49 0.35
HSL 10.24º 0.33% 0.49% -
HSV(B) 10.24º 0.49% 0.65% -
XYZ 21.69 17.48 10.62 -
YUV 116.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 166 98 84 0 0.41 0.49 0.35 10.24 0.33 0.49
Hex A6 62 54 0 29 31 23 A 21 31
Octal 246 142 124 0 51 61 43 12 41 61
Binary 10100110 1100010 1010100 0 101001 110001 100011 1010 100001 110001

Color Harmonies of #A66254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66254

Black with #A66254

Text Example


Text Example

White with #A66254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66254; }

 p { color: rgb(166,98,84); }

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

background-color css

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

 a { background-color: rgb(166,98,84); }

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

border-color css

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

 span { border-color: rgb(166,98,84); }

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