Html Css Color HEX #A56354 Au Chico

📋 copy color: '#A56354'

red 165 ◦ green 99 ◦ blue 84

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

Shades of Au Chico #A56354

Tints of Au Chico #A56354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

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

R = 47.41%
G = 28.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A56354 (or 0xA56354) is known color: Au Chico. HEX triplet: A5, 63 and 54. RGB value is (165,99,84). Sum of RGB (Red+Green+Blue) = 165+99+84=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56354 is #5A9CAB. Grayscale: #757575. Windows color (decimal): -5938348 or 5530533. OLE color: 5530533.

HSL color Cylindrical-coordinate representation of color #A56354: hue angle of 11.11º 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 #A56354 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 84 -
CMYK 0 0.40 0.49 0.35
HSL 11.11º 0.33% 0.49% -
HSV(B) 11.11º 0.49% 0.65% -
XYZ 21.58 17.56 10.64 -
YUV 117.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 165 99 84 0 0.40 0.49 0.35 11.11 0.33 0.49
Hex A5 63 54 0 28 31 23 B 21 31
Octal 245 143 124 0 50 61 43 13 41 61
Binary 10100101 1100011 1010100 0 101000 110001 100011 1011 100001 110001

Color Harmonies of #A56354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56354

Black with #A56354

Text Example


Text Example

White with #A56354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56354; }

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

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

background-color css

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

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

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

border-color css

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

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

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