Html Css Color HEX #A4675D Au Chico

📋 copy color: '#A4675D'

red 164 ◦ green 103 ◦ blue 93

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

Shades of Au Chico #A4675D

Tints of Au Chico #A4675D

RGB

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

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

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

R = 45.56%
G = 28.61%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4675D (or 0xA4675D) is known color: Au Chico. HEX triplet: A4, 67 and 5D. RGB value is (164,103,93). Sum of RGB (Red+Green+Blue) = 164+103+93=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4675D is #5B98A2. Grayscale: #787878. Windows color (decimal): -6002851 or 6121380. OLE color: 6121380.

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

Color convert

RGB 164 103 93 -
CMYK 0 0.37 0.43 0.36
HSL 8.45º 0.28% 0.5% -
HSV(B) 8.45º 0.43% 0.64% -
XYZ 22.14 18.38 12.74 -
YUV 120.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 164 103 93 0 0.37 0.43 0.36 8.45 0.28 0.5
Hex A4 67 5D 0 25 2B 24 8 1C 32
Octal 244 147 135 0 45 53 44 10 34 62
Binary 10100100 1100111 1011101 0 100101 101011 100100 1000 11100 110010

Color Harmonies of #A4675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4675D

Black with #A4675D

Text Example


Text Example

White with #A4675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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