Html Css Color HEX #A1675B Au Chico

📋 copy color: '#A1675B'

red 161 ◦ green 103 ◦ blue 91

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

Shades of Au Chico #A1675B

Tints of Au Chico #A1675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 45.35%
G = 29.01%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1675B (or 0xA1675B) is known color: Au Chico. HEX triplet: A1, 67 and 5B. RGB value is (161,103,91). Sum of RGB (Red+Green+Blue) = 161+103+91=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1675B is #5E98A4. Grayscale: #777777. Windows color (decimal): -6199461 or 5990305. OLE color: 5990305.

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

Color convert

RGB 161 103 91 -
CMYK 0 0.36 0.43 0.37
HSL 10.29º 0.28% 0.49% -
HSV(B) 10.29º 0.43% 0.63% -
XYZ 21.44 18.03 12.25 -
YUV 118.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 161 103 91 0 0.36 0.43 0.37 10.29 0.28 0.49
Hex A1 67 5B 0 24 2B 25 A 1C 31
Octal 241 147 133 0 44 53 45 12 34 61
Binary 10100001 1100111 1011011 0 100100 101011 100101 1010 11100 110001

Color Harmonies of #A1675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1675B

Black with #A1675B

Text Example


Text Example

White with #A1675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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