Html Css Color HEX #A9675C Au Chico

📋 copy color: '#A9675C'

red 169 ◦ green 103 ◦ blue 92

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

Shades of Au Chico #A9675C

Tints of Au Chico #A9675C

RGB

 RED value IS 169 (66.41% from 255) = 46.43%

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 46.43%
G = 28.3%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9675C (or 0xA9675C) is known color: Au Chico. HEX triplet: A9, 67 and 5C. RGB value is (169,103,92). Sum of RGB (Red+Green+Blue) = 169+103+92=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9675C is #5698A3. Grayscale: #797979. Windows color (decimal): -5675172 or 6055849. OLE color: 6055849.

HSL color Cylindrical-coordinate representation of color #A9675C: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9675C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 103 92 -
CMYK 0 0.39 0.46 0.34
HSL 8.57º 0.31% 0.51% -
HSV(B) 8.57º 0.46% 0.66% -
XYZ 23.14 18.91 12.56 -
YUV 121.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 169 103 92 0 0.39 0.46 0.34 8.57 0.31 0.51
Hex A9 67 5C 0 27 2E 22 9 1F 33
Octal 251 147 134 0 47 56 42 11 37 63
Binary 10101001 1100111 1011100 0 100111 101110 100010 1001 11111 110011

Color Harmonies of #A9675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9675C

Black with #A9675C

Text Example


Text Example

White with #A9675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9675C; }

 p { color: rgb(169,103,92); }

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

background-color css

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

 a { background-color: rgb(169,103,92); }

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

border-color css

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

 span { border-color: rgb(169,103,92); }

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