Html Css Color HEX #A1675F Au Chico

📋 copy color: '#A1675F'

red 161 ◦ green 103 ◦ blue 95

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

Shades of Au Chico #A1675F

Tints of Au Chico #A1675F

RGB

 RED value IS 161 (63.28% from 255) = 44.85%

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

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

R = 44.85%
G = 28.69%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1675F (or 0xA1675F) is known color: Au Chico. HEX triplet: A1, 67 and 5F. RGB value is (161,103,95). Sum of RGB (Red+Green+Blue) = 161+103+95=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1675F is #5E98A0. Grayscale: #777777. Windows color (decimal): -6199457 or 6252449. OLE color: 6252449.

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

Color convert

RGB 161 103 95 -
CMYK 0 0.36 0.41 0.37
HSL 7.27º 0.26% 0.5% -
HSV(B) 7.27º 0.41% 0.63% -
XYZ 21.61 18.1 13.18 -
YUV 119.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 161 103 95 0 0.36 0.41 0.37 7.27 0.26 0.5
Hex A1 67 5F 0 24 29 25 7 1A 32
Octal 241 147 137 0 44 51 45 7 32 62
Binary 10100001 1100111 1011111 0 100100 101001 100101 111 11010 110010

Color Harmonies of #A1675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1675F

Black with #A1675F

Text Example


Text Example

White with #A1675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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