Html Css Color HEX #A25B57 Au Chico

📋 copy color: '#A25B57'

red 162 ◦ green 91 ◦ blue 87

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

Shades of Au Chico #A25B57

Tints of Au Chico #A25B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 47.65%
G = 26.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25B57 (or 0xA25B57) is known color: Au Chico. HEX triplet: A2, 5B and 57. RGB value is (162,91,87). Sum of RGB (Red+Green+Blue) = 162+91+87=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B57 is #5DA4A8. Grayscale: #6F6F6F. Windows color (decimal): -6137001 or 5725090. OLE color: 5725090.

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

Color convert

RGB 162 91 87 -
CMYK 0 0.44 0.46 0.36
HSL 3.2º 0.3% 0.49% -
HSV(B) 3.2º 0.46% 0.64% -
XYZ 20.36 15.85 11 -
YUV 111.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 162 91 87 0 0.44 0.46 0.36 3.2 0.3 0.49
Hex A2 5B 57 0 2C 2E 24 3 1E 31
Octal 242 133 127 0 54 56 44 3 36 61
Binary 10100010 1011011 1010111 0 101100 101110 100100 11 11110 110001

Color Harmonies of #A25B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B57

Black with #A25B57

Text Example


Text Example

White with #A25B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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