Html Css Color HEX #A5695E Au Chico

📋 copy color: '#A5695E'

red 165 ◦ green 105 ◦ blue 94

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

Shades of Au Chico #A5695E

Tints of Au Chico #A5695E

RGB

 RED value IS 165 (64.84% from 255) = 45.33%

 GREEN value IS 105 (41.41% from 255) = 28.85%

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 45.33%
G = 28.85%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5695E (or 0xA5695E) is known color: Au Chico. HEX triplet: A5, 69 and 5E. RGB value is (165,105,94). Sum of RGB (Red+Green+Blue) = 165+105+94=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5695E is #5A96A1. Grayscale: #797979. Windows color (decimal): -5936802 or 6187429. OLE color: 6187429.

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

Color convert

RGB 165 105 94 -
CMYK 0 0.36 0.43 0.35
HSL 9.3º 0.28% 0.51% -
HSV(B) 9.3º 0.43% 0.65% -
XYZ 22.59 18.91 13.05 -
YUV 121.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 165 105 94 0 0.36 0.43 0.35 9.3 0.28 0.51
Hex A5 69 5E 0 24 2B 23 9 1C 33
Octal 245 151 136 0 44 53 43 11 34 63
Binary 10100101 1101001 1011110 0 100100 101011 100011 1001 11100 110011

Color Harmonies of #A5695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5695E

Black with #A5695E

Text Example


Text Example

White with #A5695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5695E; }

 p { color: rgb(165,105,94); }

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

background-color css

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

 a { background-color: rgb(165,105,94); }

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

border-color css

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

 span { border-color: rgb(165,105,94); }

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