Html Css Color HEX #A25F55 Au Chico

📋 copy color: '#A25F55'

red 162 ◦ green 95 ◦ blue 85

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

Shades of Au Chico #A25F55

Tints of Au Chico #A25F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 47.37%
G = 27.78%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A25F55 (or 0xA25F55) is known color: Au Chico. HEX triplet: A2, 5F and 55. RGB value is (162,95,85). Sum of RGB (Red+Green+Blue) = 162+95+85=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F55 is #5DA0AA. Grayscale: #727272. Windows color (decimal): -6135979 or 5595042. OLE color: 5595042.

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

Color convert

RGB 162 95 85 -
CMYK 0 0.41 0.48 0.36
HSL 7.79º 0.31% 0.48% -
HSV(B) 7.79º 0.48% 0.64% -
XYZ 20.63 16.52 10.7 -
YUV 113.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 162 95 85 0 0.41 0.48 0.36 7.79 0.31 0.48
Hex A2 5F 55 0 29 30 24 8 1F 30
Octal 242 137 125 0 51 60 44 10 37 60
Binary 10100010 1011111 1010101 0 101001 110000 100100 1000 11111 110000

Color Harmonies of #A25F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F55

Black with #A25F55

Text Example


Text Example

White with #A25F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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