Html Css Color HEX #A06758 Au Chico

📋 copy color: '#A06758'

red 160 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #A06758

Tints of Au Chico #A06758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 45.58%
G = 29.34%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A06758 (or 0xA06758) is known color: Au Chico. HEX triplet: A0, 67 and 58. RGB value is (160,103,88). Sum of RGB (Red+Green+Blue) = 160+103+88=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A06758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06758 is #5F98A7. Grayscale: #767676. Windows color (decimal): -6265000 or 5793696. OLE color: 5793696.

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

Color convert

RGB 160 103 88 -
CMYK 0 0.36 0.45 0.37
HSL 12.5º 0.29% 0.49% -
HSV(B) 12.5º 0.45% 0.63% -
XYZ 21.11 17.88 11.57 -
YUV 118.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 160 103 88 0 0.36 0.45 0.37 12.5 0.29 0.49
Hex A0 67 58 0 24 2D 25 C 1D 31
Octal 240 147 130 0 44 55 45 14 35 61
Binary 10100000 1100111 1011000 0 100100 101101 100101 1100 11101 110001

Color Harmonies of #A06758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06758

Black with #A06758

Text Example


Text Example

White with #A06758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06758; }

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

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

background-color css

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

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

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

border-color css

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

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

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