Html Css Color HEX #A25C56 Au Chico

📋 copy color: '#A25C56'

red 162 ◦ green 92 ◦ blue 86

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

Shades of Au Chico #A25C56

Tints of Au Chico #A25C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 47.65%
G = 27.06%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A25C56 (or 0xA25C56) is known color: Au Chico. HEX triplet: A2, 5C and 56. RGB value is (162,92,86). Sum of RGB (Red+Green+Blue) = 162+92+86=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C56 is #5DA3A9. Grayscale: #707070. Windows color (decimal): -6136746 or 5659810. OLE color: 5659810.

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

Color convert

RGB 162 92 86 -
CMYK 0 0.43 0.47 0.36
HSL 4.74º 0.31% 0.49% -
HSV(B) 4.74º 0.47% 0.64% -
XYZ 20.41 16.01 10.82 -
YUV 112.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 162 92 86 0 0.43 0.47 0.36 4.74 0.31 0.49
Hex A2 5C 56 0 2B 2F 24 5 1F 31
Octal 242 134 126 0 53 57 44 5 37 61
Binary 10100010 1011100 1010110 0 101011 101111 100100 101 11111 110001

Color Harmonies of #A25C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C56

Black with #A25C56

Text Example


Text Example

White with #A25C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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