Html Css Color HEX #A2615A Au Chico

📋 copy color: '#A2615A'

red 162 ◦ green 97 ◦ blue 90

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

Shades of Au Chico #A2615A

Tints of Au Chico #A2615A

RGB

 RED value IS 162 (63.67% from 255) = 46.42%

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 46.42%
G = 27.79%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2615A (or 0xA2615A) is known color: Au Chico. HEX triplet: A2, 61 and 5A. RGB value is (162,97,90). Sum of RGB (Red+Green+Blue) = 162+97+90=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615A is #5D9EA5. Grayscale: #737373. Windows color (decimal): -6135462 or 5923234. OLE color: 5923234.

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

Color convert

RGB 162 97 90 -
CMYK 0 0.40 0.44 0.36
HSL 5.83º 0.29% 0.49% -
HSV(B) 5.83º 0.44% 0.64% -
XYZ 21.02 16.97 11.84 -
YUV 115.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 162 97 90 0 0.40 0.44 0.36 5.83 0.29 0.49
Hex A2 61 5A 0 28 2C 24 6 1D 31
Octal 242 141 132 0 50 54 44 6 35 61
Binary 10100010 1100001 1011010 0 101000 101100 100100 110 11101 110001

Color Harmonies of #A2615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2615A

Black with #A2615A

Text Example


Text Example

White with #A2615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2615A; }

 p { color: rgb(162,97,90); }

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

background-color css

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

 a { background-color: rgb(162,97,90); }

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

border-color css

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

 span { border-color: rgb(162,97,90); }

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