Html Css Color HEX #A56453 Au Chico

📋 copy color: '#A56453'

red 165 ◦ green 100 ◦ blue 83

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

Shades of Au Chico #A56453

Tints of Au Chico #A56453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 47.41%
G = 28.74%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A56453 (or 0xA56453) is known color: Au Chico. HEX triplet: A5, 64 and 53. RGB value is (165,100,83). Sum of RGB (Red+Green+Blue) = 165+100+83=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56453 is #5A9BAC. Grayscale: #757575. Windows color (decimal): -5938093 or 5465253. OLE color: 5465253.

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

Color convert

RGB 165 100 83 -
CMYK 0 0.39 0.50 0.35
HSL 12.44º 0.33% 0.49% -
HSV(B) 12.44º 0.5% 0.65% -
XYZ 21.64 17.74 10.47 -
YUV 117.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 165 100 83 0 0.39 0.50 0.35 12.44 0.33 0.49
Hex A5 64 53 0 27 32 23 C 21 31
Octal 245 144 123 0 47 62 43 14 41 61
Binary 10100101 1100100 1010011 0 100111 110010 100011 1100 100001 110001

Color Harmonies of #A56453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56453

Black with #A56453

Text Example


Text Example

White with #A56453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56453; }

 p { color: rgb(165,100,83); }

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

background-color css

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

 a { background-color: rgb(165,100,83); }

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

border-color css

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

 span { border-color: rgb(165,100,83); }

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