Html Css Color HEX #A0625A Au Chico

📋 copy color: '#A0625A'

red 160 ◦ green 98 ◦ blue 90

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

Shades of Au Chico #A0625A

Tints of Au Chico #A0625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 45.98%
G = 28.16%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0625A (or 0xA0625A) is known color: Au Chico. HEX triplet: A0, 62 and 5A. RGB value is (160,98,90). Sum of RGB (Red+Green+Blue) = 160+98+90=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0625A is #5F9DA5. Grayscale: #737373. Windows color (decimal): -6266278 or 5923488. OLE color: 5923488.

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

Color convert

RGB 160 98 90 -
CMYK 0 0.39 0.44 0.37
HSL 6.86º 0.28% 0.49% -
HSV(B) 6.86º 0.44% 0.63% -
XYZ 20.71 16.95 11.85 -
YUV 115.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 160 98 90 0 0.39 0.44 0.37 6.86 0.28 0.49
Hex A0 62 5A 0 27 2C 25 7 1C 31
Octal 240 142 132 0 47 54 45 7 34 61
Binary 10100000 1100010 1011010 0 100111 101100 100101 111 11100 110001

Color Harmonies of #A0625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0625A

Black with #A0625A

Text Example


Text Example

White with #A0625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0625A; }

 p { color: rgb(160,98,90); }

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

background-color css

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

 a { background-color: rgb(160,98,90); }

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

border-color css

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

 span { border-color: rgb(160,98,90); }

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