Html Css Color HEX #A5695B Au Chico

📋 copy color: '#A5695B'

red 165 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #A5695B

Tints of Au Chico #A5695B

RGB

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

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

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

R = 45.71%
G = 29.09%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5695B (or 0xA5695B) is known color: Au Chico. HEX triplet: A5, 69 and 5B. RGB value is (165,105,91). Sum of RGB (Red+Green+Blue) = 165+105+91=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5695B is #5A96A4. Grayscale: #797979. Windows color (decimal): -5936805 or 5990821. OLE color: 5990821.

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

Color convert

RGB 165 105 91 -
CMYK 0 0.36 0.45 0.35
HSL 11.35º 0.29% 0.5% -
HSV(B) 11.35º 0.45% 0.65% -
XYZ 22.46 18.86 12.35 -
YUV 121.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 165 105 91 0 0.36 0.45 0.35 11.35 0.29 0.5
Hex A5 69 5B 0 24 2D 23 B 1D 32
Octal 245 151 133 0 44 55 43 13 35 62
Binary 10100101 1101001 1011011 0 100100 101101 100011 1011 11101 110010

Color Harmonies of #A5695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5695B

Black with #A5695B

Text Example


Text Example

White with #A5695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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