Html Css Color HEX #A5665E Au Chico

📋 copy color: '#A5665E'

red 165 ◦ green 102 ◦ blue 94

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

Shades of Au Chico #A5665E

Tints of Au Chico #A5665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 45.71%
G = 28.25%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5665E (or 0xA5665E) is known color: Au Chico. HEX triplet: A5, 66 and 5E. RGB value is (165,102,94). Sum of RGB (Red+Green+Blue) = 165+102+94=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5665E is #5A99A1. Grayscale: #787878. Windows color (decimal): -5937570 or 6186661. OLE color: 6186661.

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

Color convert

RGB 165 102 94 -
CMYK 0 0.38 0.43 0.35
HSL 6.76º 0.28% 0.51% -
HSV(B) 6.76º 0.43% 0.65% -
XYZ 22.29 18.31 12.95 -
YUV 119.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 165 102 94 0 0.38 0.43 0.35 6.76 0.28 0.51
Hex A5 66 5E 0 26 2B 23 7 1C 33
Octal 245 146 136 0 46 53 43 7 34 63
Binary 10100101 1100110 1011110 0 100110 101011 100011 111 11100 110011

Color Harmonies of #A5665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5665E

Black with #A5665E

Text Example


Text Example

White with #A5665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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