Html Css Color HEX #A25C58 Au Chico

📋 copy color: '#A25C58'

red 162 ◦ green 92 ◦ blue 88

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

Shades of Au Chico #A25C58

Tints of Au Chico #A25C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 47.37%
G = 26.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25C58 (or 0xA25C58) is known color: Au Chico. HEX triplet: A2, 5C and 58. RGB value is (162,92,88). Sum of RGB (Red+Green+Blue) = 162+92+88=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C58 is #5DA3A7. Grayscale: #707070. Windows color (decimal): -6136744 or 5790882. OLE color: 5790882.

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

Color convert

RGB 162 92 88 -
CMYK 0 0.43 0.46 0.36
HSL 3.24º 0.3% 0.49% -
HSV(B) 3.24º 0.46% 0.64% -
XYZ 20.49 16.04 11.25 -
YUV 112.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 162 92 88 0 0.43 0.46 0.36 3.24 0.3 0.49
Hex A2 5C 58 0 2B 2E 24 3 1E 31
Octal 242 134 130 0 53 56 44 3 36 61
Binary 10100010 1011100 1011000 0 101011 101110 100100 11 11110 110001

Color Harmonies of #A25C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C58

Black with #A25C58

Text Example


Text Example

White with #A25C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C58; }

 p { color: rgb(162,92,88); }

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

background-color css

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

 a { background-color: rgb(162,92,88); }

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

border-color css

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

 span { border-color: rgb(162,92,88); }

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