Html Css Color HEX #A4675F Au Chico

📋 copy color: '#A4675F'

red 164 ◦ green 103 ◦ blue 95

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

Shades of Au Chico #A4675F

Tints of Au Chico #A4675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 45.3%
G = 28.45%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4675F (or 0xA4675F) is known color: Au Chico. HEX triplet: A4, 67 and 5F. RGB value is (164,103,95). Sum of RGB (Red+Green+Blue) = 164+103+95=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4675F is #5B98A0. Grayscale: #787878. Windows color (decimal): -6002849 or 6252452. OLE color: 6252452.

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

Color convert

RGB 164 103 95 -
CMYK 0 0.37 0.42 0.36
HSL 6.96º 0.27% 0.51% -
HSV(B) 6.96º 0.42% 0.64% -
XYZ 22.23 18.42 13.21 -
YUV 120.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 164 103 95 0 0.37 0.42 0.36 6.96 0.27 0.51
Hex A4 67 5F 0 25 2A 24 7 1B 33
Octal 244 147 137 0 45 52 44 7 33 63
Binary 10100100 1100111 1011111 0 100101 101010 100100 111 11011 110011

Color Harmonies of #A4675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4675F

Black with #A4675F

Text Example


Text Example

White with #A4675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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