Html Css Color HEX #A36052 Au Chico

📋 copy color: '#A36052'

red 163 ◦ green 96 ◦ blue 82

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

Shades of Au Chico #A36052

Tints of Au Chico #A36052

RGB

 RED value IS 163 (64.06% from 255) = 47.8%

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 47.8%
G = 28.15%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A36052 (or 0xA36052) is known color: Au Chico. HEX triplet: A3, 60 and 52. RGB value is (163,96,82). Sum of RGB (Red+Green+Blue) = 163+96+82=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A36052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36052 is #5C9FAD. Grayscale: #727272. Windows color (decimal): -6070190 or 5398691. OLE color: 5398691.

HSL color Cylindrical-coordinate representation of color #A36052: hue angle of 10.37º 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 #A36052 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 82 -
CMYK 0 0.41 0.50 0.36
HSL 10.37º 0.33% 0.48% -
HSV(B) 10.37º 0.5% 0.64% -
XYZ 20.81 16.76 10.12 -
YUV 114.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 163 96 82 0 0.41 0.50 0.36 10.37 0.33 0.48
Hex A3 60 52 0 29 32 24 A 21 30
Octal 243 140 122 0 51 62 44 12 41 60
Binary 10100011 1100000 1010010 0 101001 110010 100100 1010 100001 110000

Color Harmonies of #A36052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36052

Black with #A36052

Text Example


Text Example

White with #A36052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36052; }

 p { color: rgb(163,96,82); }

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

background-color css

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

 a { background-color: rgb(163,96,82); }

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

border-color css

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

 span { border-color: rgb(163,96,82); }

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