Html Css Color HEX #A06855 Au Chico

📋 copy color: '#A06855'

red 160 ◦ green 104 ◦ blue 85

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

Shades of Au Chico #A06855

Tints of Au Chico #A06855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 45.85%
G = 29.8%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A06855 (or 0xA06855) is known color: Au Chico. HEX triplet: A0, 68 and 55. RGB value is (160,104,85). Sum of RGB (Red+Green+Blue) = 160+104+85=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A06855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06855 is #5F97AA. Grayscale: #767676. Windows color (decimal): -6264747 or 5597344. OLE color: 5597344.

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

Color convert

RGB 160 104 85 -
CMYK 0 0.35 0.47 0.37
HSL 15.2º 0.31% 0.48% -
HSV(B) 15.2º 0.47% 0.63% -
XYZ 21.09 18.03 10.96 -
YUV 118.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 160 104 85 0 0.35 0.47 0.37 15.2 0.31 0.48
Hex A0 68 55 0 23 2F 25 F 1F 30
Octal 240 150 125 0 43 57 45 17 37 60
Binary 10100000 1101000 1010101 0 100011 101111 100101 1111 11111 110000

Color Harmonies of #A06855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06855

Black with #A06855

Text Example


Text Example

White with #A06855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06855; }

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

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

background-color css

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

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

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

border-color css

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

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

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