Html Css Color HEX #A5615B Au Chico

📋 copy color: '#A5615B'

red 165 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #A5615B

Tints of Au Chico #A5615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 46.74%
G = 27.48%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5615B (or 0xA5615B) is known color: Au Chico. HEX triplet: A5, 61 and 5B. RGB value is (165,97,91). Sum of RGB (Red+Green+Blue) = 165+97+91=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5615B is #5A9EA4. Grayscale: #747474. Windows color (decimal): -5938853 or 5988773. OLE color: 5988773.

HSL color Cylindrical-coordinate representation of color #A5615B: hue angle of 4.86º 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 #A5615B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 91 -
CMYK 0 0.41 0.45 0.35
HSL 4.86º 0.29% 0.5% -
HSV(B) 4.86º 0.45% 0.65% -
XYZ 21.68 17.3 12.09 -
YUV 116.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 165 97 91 0 0.41 0.45 0.35 4.86 0.29 0.5
Hex A5 61 5B 0 29 2D 23 5 1D 32
Octal 245 141 133 0 51 55 43 5 35 62
Binary 10100101 1100001 1011011 0 101001 101101 100011 101 11101 110010

Color Harmonies of #A5615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5615B

Black with #A5615B

Text Example


Text Example

White with #A5615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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