Html Css Color HEX #A06652 Au Chico

📋 copy color: '#A06652'

red 160 ◦ green 102 ◦ blue 82

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

Shades of Au Chico #A06652

Tints of Au Chico #A06652

RGB

 RED value IS 160 (62.89% from 255) = 46.51%

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 46.51%
G = 29.65%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A06652 (or 0xA06652) is known color: Au Chico. HEX triplet: A0, 66 and 52. RGB value is (160,102,82). Sum of RGB (Red+Green+Blue) = 160+102+82=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A06652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06652 is #5F99AD. Grayscale: #757575. Windows color (decimal): -6265262 or 5400224. OLE color: 5400224.

HSL color Cylindrical-coordinate representation of color #A06652: hue angle of 15.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06652 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 82 -
CMYK 0 0.36 0.49 0.37
HSL 15.38º 0.32% 0.47% -
HSV(B) 15.38º 0.49% 0.63% -
XYZ 20.77 17.59 10.28 -
YUV 117.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 160 102 82 0 0.36 0.49 0.37 15.38 0.32 0.47
Hex A0 66 52 0 24 31 25 F 20 2F
Octal 240 146 122 0 44 61 45 17 40 57
Binary 10100000 1100110 1010010 0 100100 110001 100101 1111 100000 101111

Color Harmonies of #A06652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06652

Black with #A06652

Text Example


Text Example

White with #A06652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06652; }

 p { color: rgb(160,102,82); }

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

background-color css

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

 a { background-color: rgb(160,102,82); }

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

border-color css

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

 span { border-color: rgb(160,102,82); }

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