Html Css Color HEX #A25F57 Au Chico

📋 copy color: '#A25F57'

red 162 ◦ green 95 ◦ blue 87

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

Shades of Au Chico #A25F57

Tints of Au Chico #A25F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 47.09%
G = 27.62%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25F57 (or 0xA25F57) is known color: Au Chico. HEX triplet: A2, 5F and 57. RGB value is (162,95,87). Sum of RGB (Red+Green+Blue) = 162+95+87=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F57 is #5DA0A8. Grayscale: #727272. Windows color (decimal): -6135977 or 5726114. OLE color: 5726114.

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

Color convert

RGB 162 95 87 -
CMYK 0 0.41 0.46 0.36
HSL 6.4º 0.3% 0.49% -
HSV(B) 6.4º 0.46% 0.64% -
XYZ 20.71 16.55 11.12 -
YUV 114.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 162 95 87 0 0.41 0.46 0.36 6.4 0.3 0.49
Hex A2 5F 57 0 29 2E 24 6 1E 31
Octal 242 137 127 0 51 56 44 6 36 61
Binary 10100010 1011111 1010111 0 101001 101110 100100 110 11110 110001

Color Harmonies of #A25F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F57

Black with #A25F57

Text Example


Text Example

White with #A25F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F57; }

 p { color: rgb(162,95,87); }

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

background-color css

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

 a { background-color: rgb(162,95,87); }

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

border-color css

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

 span { border-color: rgb(162,95,87); }

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