Html Css Color HEX #A4635E Au Chico

📋 copy color: '#A4635E'

red 164 ◦ green 99 ◦ blue 94

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

Shades of Au Chico #A4635E

Tints of Au Chico #A4635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 45.94%
G = 27.73%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4635E (or 0xA4635E) is known color: Au Chico. HEX triplet: A4, 63 and 5E. RGB value is (164,99,94). Sum of RGB (Red+Green+Blue) = 164+99+94=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4635E is #5B9CA1. Grayscale: #757575. Windows color (decimal): -6003874 or 6185892. OLE color: 6185892.

HSL color Cylindrical-coordinate representation of color #A4635E: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4635E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 94 -
CMYK 0 0.40 0.43 0.36
HSL 4.29º 0.28% 0.51% -
HSV(B) 4.29º 0.43% 0.64% -
XYZ 21.79 17.62 12.84 -
YUV 117.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 164 99 94 0 0.40 0.43 0.36 4.29 0.28 0.51
Hex A4 63 5E 0 28 2B 24 4 1C 33
Octal 244 143 136 0 50 53 44 4 34 63
Binary 10100100 1100011 1011110 0 101000 101011 100100 100 11100 110011

Color Harmonies of #A4635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4635E

Black with #A4635E

Text Example


Text Example

White with #A4635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4635E; }

 p { color: rgb(164,99,94); }

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

background-color css

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

 a { background-color: rgb(164,99,94); }

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

border-color css

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

 span { border-color: rgb(164,99,94); }

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