Html Css Color HEX #A06755 Au Chico

📋 copy color: '#A06755'

red 160 ◦ green 103 ◦ blue 85

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

Shades of Au Chico #A06755

Tints of Au Chico #A06755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 45.98%
G = 29.6%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A06755 (or 0xA06755) is known color: Au Chico. HEX triplet: A0, 67 and 55. RGB value is (160,103,85). Sum of RGB (Red+Green+Blue) = 160+103+85=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06755 is #5F98AA. Grayscale: #767676. Windows color (decimal): -6265003 or 5597088. OLE color: 5597088.

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

Color convert

RGB 160 103 85 -
CMYK 0 0.36 0.47 0.37
HSL 14.4º 0.31% 0.48% -
HSV(B) 14.4º 0.47% 0.63% -
XYZ 20.99 17.83 10.93 -
YUV 117.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 160 103 85 0 0.36 0.47 0.37 14.4 0.31 0.48
Hex A0 67 55 0 24 2F 25 E 1F 30
Octal 240 147 125 0 44 57 45 16 37 60
Binary 10100000 1100111 1010101 0 100100 101111 100101 1110 11111 110000

Color Harmonies of #A06755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06755

Black with #A06755

Text Example


Text Example

White with #A06755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06755; }

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

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

background-color css

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

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

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

border-color css

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

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

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