Html Css Color HEX #A46754 Au Chico

📋 copy color: '#A46754'

red 164 ◦ green 103 ◦ blue 84

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

Shades of Au Chico #A46754

Tints of Au Chico #A46754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 46.72%
G = 29.34%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A46754 (or 0xA46754) is known color: Au Chico. HEX triplet: A4, 67 and 54. RGB value is (164,103,84). Sum of RGB (Red+Green+Blue) = 164+103+84=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46754 is #5B98AB. Grayscale: #777777. Windows color (decimal): -6002860 or 5531556. OLE color: 5531556.

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

Color convert

RGB 164 103 84 -
CMYK 0 0.37 0.49 0.36
HSL 14.25º 0.32% 0.49% -
HSV(B) 14.25º 0.49% 0.64% -
XYZ 21.76 18.23 10.76 -
YUV 119.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 164 103 84 0 0.37 0.49 0.36 14.25 0.32 0.49
Hex A4 67 54 0 25 31 24 E 20 31
Octal 244 147 124 0 45 61 44 16 40 61
Binary 10100100 1100111 1010100 0 100101 110001 100100 1110 100000 110001

Color Harmonies of #A46754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46754

Black with #A46754

Text Example


Text Example

White with #A46754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46754; }

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

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

background-color css

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

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

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

border-color css

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

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

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