Html Css Color HEX #A4615D Au Chico

📋 copy color: '#A4615D'

red 164 ◦ green 97 ◦ blue 93

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

Shades of Au Chico #A4615D

Tints of Au Chico #A4615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 46.33%
G = 27.4%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4615D (or 0xA4615D) is known color: Au Chico. HEX triplet: A4, 61 and 5D. RGB value is (164,97,93). Sum of RGB (Red+Green+Blue) = 164+97+93=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4615D is #5B9EA2. Grayscale: #747474. Windows color (decimal): -6004387 or 6119844. OLE color: 6119844.

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

Color convert

RGB 164 97 93 -
CMYK 0 0.41 0.43 0.36
HSL 3.38º 0.28% 0.5% -
HSV(B) 3.38º 0.43% 0.64% -
XYZ 21.56 17.23 12.55 -
YUV 116.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 164 97 93 0 0.41 0.43 0.36 3.38 0.28 0.5
Hex A4 61 5D 0 29 2B 24 3 1C 32
Octal 244 141 135 0 51 53 44 3 34 62
Binary 10100100 1100001 1011101 0 101001 101011 100100 11 11100 110010

Color Harmonies of #A4615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4615D

Black with #A4615D

Text Example


Text Example

White with #A4615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4615D; }

 p { color: rgb(164,97,93); }

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

background-color css

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

 a { background-color: rgb(164,97,93); }

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

border-color css

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

 span { border-color: rgb(164,97,93); }

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