Html Css Color HEX #A5625C Au Chico

📋 copy color: '#A5625C'

red 165 ◦ green 98 ◦ blue 92

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

Shades of Au Chico #A5625C

Tints of Au Chico #A5625C

RGB

 RED value IS 165 (64.84% from 255) = 46.48%

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 46.48%
G = 27.61%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5625C (or 0xA5625C) is known color: Au Chico. HEX triplet: A5, 62 and 5C. RGB value is (165,98,92). Sum of RGB (Red+Green+Blue) = 165+98+92=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5625C is #5A9DA3. Grayscale: #757575. Windows color (decimal): -5938596 or 6054565. OLE color: 6054565.

HSL color Cylindrical-coordinate representation of color #A5625C: hue angle of 4.93º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5625C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 92 -
CMYK 0 0.41 0.44 0.35
HSL 4.93º 0.29% 0.5% -
HSV(B) 4.93º 0.44% 0.65% -
XYZ 21.82 17.51 12.35 -
YUV 117.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 165 98 92 0 0.41 0.44 0.35 4.93 0.29 0.5
Hex A5 62 5C 0 29 2C 23 5 1D 32
Octal 245 142 134 0 51 54 43 5 35 62
Binary 10100101 1100010 1011100 0 101001 101100 100011 101 11101 110010

Color Harmonies of #A5625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5625C

Black with #A5625C

Text Example


Text Example

White with #A5625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5625C; }

 p { color: rgb(165,98,92); }

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

background-color css

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

 a { background-color: rgb(165,98,92); }

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

border-color css

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

 span { border-color: rgb(165,98,92); }

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