Html Css Color HEX #A55F54 Au Chico

📋 copy color: '#A55F54'

red 165 ◦ green 95 ◦ blue 84

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

Shades of Au Chico #A55F54

Tints of Au Chico #A55F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 47.97%
G = 27.62%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55F54 (or 0xA55F54) is known color: Au Chico. HEX triplet: A5, 5F and 54. RGB value is (165,95,84). Sum of RGB (Red+Green+Blue) = 165+95+84=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F54 is #5AA0AB. Grayscale: #727272. Windows color (decimal): -5939372 or 5529509. OLE color: 5529509.

HSL color Cylindrical-coordinate representation of color #A55F54: hue angle of 8.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55F54 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 84 -
CMYK 0 0.42 0.49 0.35
HSL 8.15º 0.33% 0.49% -
HSV(B) 8.15º 0.49% 0.65% -
XYZ 21.21 16.82 10.52 -
YUV 114.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 165 95 84 0 0.42 0.49 0.35 8.15 0.33 0.49
Hex A5 5F 54 0 2A 31 23 8 21 31
Octal 245 137 124 0 52 61 43 10 41 61
Binary 10100101 1011111 1010100 0 101010 110001 100011 1000 100001 110001

Color Harmonies of #A55F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F54

Black with #A55F54

Text Example


Text Example

White with #A55F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F54; }

 p { color: rgb(165,95,84); }

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

background-color css

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

 a { background-color: rgb(165,95,84); }

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

border-color css

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

 span { border-color: rgb(165,95,84); }

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