Html Css Color HEX #A25E52 Au Chico

📋 copy color: '#A25E52'

red 162 ◦ green 94 ◦ blue 82

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

Shades of Au Chico #A25E52

Tints of Au Chico #A25E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 47.93%
G = 27.81%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25E52 (or 0xA25E52) is known color: Au Chico. HEX triplet: A2, 5E and 52. RGB value is (162,94,82). Sum of RGB (Red+Green+Blue) = 162+94+82=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E52 is #5DA1AD. Grayscale: #717171. Windows color (decimal): -6136238 or 5398178. OLE color: 5398178.

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

Color convert

RGB 162 94 82 -
CMYK 0 0.42 0.49 0.36
HSL 0.33% 0.48% -
HSV(B) 0.49% 0.64% -
XYZ 20.43 16.3 10.05 -
YUV 112.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 162 94 82 0 0.42 0.49 0.36 9 0.33 0.48
Hex A2 5E 52 0 2A 31 24 9 21 30
Octal 242 136 122 0 52 61 44 11 41 60
Binary 10100010 1011110 1010010 0 101010 110001 100100 1001 100001 110000

Color Harmonies of #A25E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E52

Black with #A25E52

Text Example


Text Example

White with #A25E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E52; }

 p { color: rgb(162,94,82); }

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

background-color css

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

 a { background-color: rgb(162,94,82); }

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

border-color css

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

 span { border-color: rgb(162,94,82); }

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