Html Css Color HEX #A5655E Au Chico

📋 copy color: '#A5655E'

red 165 ◦ green 101 ◦ blue 94

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

Shades of Au Chico #A5655E

Tints of Au Chico #A5655E

RGB

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

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

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

R = 45.83%
G = 28.06%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5655E (or 0xA5655E) is known color: Au Chico. HEX triplet: A5, 65 and 5E. RGB value is (165,101,94). Sum of RGB (Red+Green+Blue) = 165+101+94=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655E is #5A9AA1. Grayscale: #777777. Windows color (decimal): -5937826 or 6186405. OLE color: 6186405.

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

Color convert

RGB 165 101 94 -
CMYK 0 0.39 0.43 0.35
HSL 5.92º 0.28% 0.51% -
HSV(B) 5.92º 0.43% 0.65% -
XYZ 22.19 18.11 12.92 -
YUV 119.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 165 101 94 0 0.39 0.43 0.35 5.92 0.28 0.51
Hex A5 65 5E 0 27 2B 23 6 1C 33
Octal 245 145 136 0 47 53 43 6 34 63
Binary 10100101 1100101 1011110 0 100111 101011 100011 110 11100 110011

Color Harmonies of #A5655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5655E

Black with #A5655E

Text Example


Text Example

White with #A5655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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