Html Css Color HEX #A46454 Au Chico

📋 copy color: '#A46454'

red 164 ◦ green 100 ◦ blue 84

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

Shades of Au Chico #A46454

Tints of Au Chico #A46454

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

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

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

R = 47.13%
G = 28.74%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A46454 (or 0xA46454) is known color: Au Chico. HEX triplet: A4, 64 and 54. RGB value is (164,100,84). Sum of RGB (Red+Green+Blue) = 164+100+84=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46454 is #5B9BAB. Grayscale: #757575. Windows color (decimal): -6003628 or 5530788. OLE color: 5530788.

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

Color convert

RGB 164 100 84 -
CMYK 0 0.39 0.49 0.36
HSL 12º 0.32% 0.49% -
HSV(B) 12º 0.49% 0.64% -
XYZ 21.47 17.65 10.66 -
YUV 117.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 164 100 84 0 0.39 0.49 0.36 12 0.32 0.49
Hex A4 64 54 0 27 31 24 C 20 31
Octal 244 144 124 0 47 61 44 14 40 61
Binary 10100100 1100100 1010100 0 100111 110001 100100 1100 100000 110001

Color Harmonies of #A46454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46454

Black with #A46454

Text Example


Text Example

White with #A46454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46454; }

 p { color: rgb(164,100,84); }

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

background-color css

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

 a { background-color: rgb(164,100,84); }

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

border-color css

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

 span { border-color: rgb(164,100,84); }

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