Html Css Color HEX #A06853 Au Chico

📋 copy color: '#A06853'

red 160 ◦ green 104 ◦ blue 83

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

Shades of Au Chico #A06853

Tints of Au Chico #A06853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 46.11%
G = 29.97%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A06853 (or 0xA06853) is known color: Au Chico. HEX triplet: A0, 68 and 53. RGB value is (160,104,83). Sum of RGB (Red+Green+Blue) = 160+104+83=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A06853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06853 is #5F97AC. Grayscale: #767676. Windows color (decimal): -6264749 or 5466272. OLE color: 5466272.

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

Color convert

RGB 160 104 83 -
CMYK 0 0.35 0.48 0.37
HSL 16.36º 0.32% 0.48% -
HSV(B) 16.36º 0.48% 0.63% -
XYZ 21.01 18 10.55 -
YUV 118.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 160 104 83 0 0.35 0.48 0.37 16.36 0.32 0.48
Hex A0 68 53 0 23 30 25 10 20 30
Octal 240 150 123 0 43 60 45 20 40 60
Binary 10100000 1101000 1010011 0 100011 110000 100101 10000 100000 110000

Color Harmonies of #A06853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06853

Black with #A06853

Text Example


Text Example

White with #A06853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06853; }

 p { color: rgb(160,104,83); }

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

background-color css

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

 a { background-color: rgb(160,104,83); }

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

border-color css

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

 span { border-color: rgb(160,104,83); }

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