Html Css Color HEX #A2625A Au Chico

📋 copy color: '#A2625A'

red 162 ◦ green 98 ◦ blue 90

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

Shades of Au Chico #A2625A

Tints of Au Chico #A2625A

RGB

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

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

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

R = 46.29%
G = 28%
B = 25.71%

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

#A2625A (or 0xA2625A) is known color: Au Chico. HEX triplet: A2, 62 and 5A. RGB value is (162,98,90). Sum of RGB (Red+Green+Blue) = 162+98+90=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2625A is #5D9DA5. Grayscale: #747474. Windows color (decimal): -6135206 or 5923490. OLE color: 5923490.

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

Color convert

RGB 162 98 90 -
CMYK 0 0.40 0.44 0.36
HSL 6.67º 0.29% 0.49% -
HSV(B) 6.67º 0.44% 0.64% -
XYZ 21.11 17.15 11.87 -
YUV 116.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 162 98 90 0 0.40 0.44 0.36 6.67 0.29 0.49
Hex A2 62 5A 0 28 2C 24 7 1D 31
Octal 242 142 132 0 50 54 44 7 35 61
Binary 10100010 1100010 1011010 0 101000 101100 100100 111 11101 110001

Color Harmonies of #A2625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2625A

Black with #A2625A

Text Example


Text Example

White with #A2625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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