Html Css Color HEX #A5655C Au Chico

📋 copy color: '#A5655C'

red 165 ◦ green 101 ◦ blue 92

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

Shades of Au Chico #A5655C

Tints of Au Chico #A5655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 46.09%
G = 28.21%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5655C (or 0xA5655C) is known color: Au Chico. HEX triplet: A5, 65 and 5C. RGB value is (165,101,92). Sum of RGB (Red+Green+Blue) = 165+101+92=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655C is #5A9AA3. Grayscale: #777777. Windows color (decimal): -5937828 or 6055333. OLE color: 6055333.

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

Color convert

RGB 165 101 92 -
CMYK 0 0.39 0.44 0.35
HSL 7.4º 0.29% 0.5% -
HSV(B) 7.4º 0.44% 0.65% -
XYZ 22.1 18.08 12.45 -
YUV 119.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 165 101 92 0 0.39 0.44 0.35 7.4 0.29 0.5
Hex A5 65 5C 0 27 2C 23 7 1D 32
Octal 245 145 134 0 47 54 43 7 35 62
Binary 10100101 1100101 1011100 0 100111 101100 100011 111 11101 110010

Color Harmonies of #A5655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5655C

Black with #A5655C

Text Example


Text Example

White with #A5655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5655C; }

 p { color: rgb(165,101,92); }

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

background-color css

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

 a { background-color: rgb(165,101,92); }

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

border-color css

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

 span { border-color: rgb(165,101,92); }

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