Html Css Color HEX #A25B58 Au Chico

📋 copy color: '#A25B58'

red 162 ◦ green 91 ◦ blue 88

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

Shades of Au Chico #A25B58

Tints of Au Chico #A25B58

RGB

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

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

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

R = 47.51%
G = 26.69%
B = 25.81%

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

#A25B58 (or 0xA25B58) is known color: Au Chico. HEX triplet: A2, 5B and 58. RGB value is (162,91,88). Sum of RGB (Red+Green+Blue) = 162+91+88=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B58 is #5DA4A7. Grayscale: #6F6F6F. Windows color (decimal): -6137000 or 5790626. OLE color: 5790626.

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

Color convert

RGB 162 91 88 -
CMYK 0 0.44 0.46 0.36
HSL 2.43º 0.3% 0.49% -
HSV(B) 2.43º 0.46% 0.64% -
XYZ 20.4 15.87 11.22 -
YUV 111.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 162 91 88 0 0.44 0.46 0.36 2.43 0.3 0.49
Hex A2 5B 58 0 2C 2E 24 2 1E 31
Octal 242 133 130 0 54 56 44 2 36 61
Binary 10100010 1011011 1011000 0 101100 101110 100100 10 11110 110001

Color Harmonies of #A25B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B58

Black with #A25B58

Text Example


Text Example

White with #A25B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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