Html Css Color HEX #A46352 Au Chico

📋 copy color: '#A46352'

red 164 ◦ green 99 ◦ blue 82

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

Shades of Au Chico #A46352

Tints of Au Chico #A46352

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

 GREEN value IS 99 (39.06% from 255) = 28.7%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 47.54%
G = 28.7%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A46352 (or 0xA46352) is known color: Au Chico. HEX triplet: A4, 63 and 52. RGB value is (164,99,82). Sum of RGB (Red+Green+Blue) = 164+99+82=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46352 is #5B9CAD. Grayscale: #747474. Windows color (decimal): -6003886 or 5399460. OLE color: 5399460.

HSL color Cylindrical-coordinate representation of color #A46352: hue angle of 12.44º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46352 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 82 -
CMYK 0 0.40 0.5 0.36
HSL 12.44º 0.33% 0.48% -
HSV(B) 12.44º 0.5% 0.64% -
XYZ 21.29 17.43 10.22 -
YUV 116.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 164 99 82 0 0.40 0.5 0.36 12.44 0.33 0.48
Hex A4 63 52 0 28 32 24 C 21 30
Octal 244 143 122 0 50 62 44 14 41 60
Binary 10100100 1100011 1010010 0 101000 110010 100100 1100 100001 110000

Color Harmonies of #A46352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46352

Black with #A46352

Text Example


Text Example

White with #A46352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46352; }

 p { color: rgb(164,99,82); }

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

background-color css

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

 a { background-color: rgb(164,99,82); }

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

border-color css

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

 span { border-color: rgb(164,99,82); }

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