Html Css Color HEX #A5655A Au Chico

📋 copy color: '#A5655A'

red 165 ◦ green 101 ◦ blue 90

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

Shades of Au Chico #A5655A

Tints of Au Chico #A5655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 46.35%
G = 28.37%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5655A (or 0xA5655A) is known color: Au Chico. HEX triplet: A5, 65 and 5A. RGB value is (165,101,90). Sum of RGB (Red+Green+Blue) = 165+101+90=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655A is #5A9AA5. Grayscale: #767676. Windows color (decimal): -5937830 or 5924261. OLE color: 5924261.

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

Color convert

RGB 165 101 90 -
CMYK 0 0.39 0.45 0.35
HSL 8.8º 0.29% 0.5% -
HSV(B) 8.8º 0.45% 0.65% -
XYZ 22.02 18.04 12 -
YUV 118.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 165 101 90 0 0.39 0.45 0.35 8.8 0.29 0.5
Hex A5 65 5A 0 27 2D 23 9 1D 32
Octal 245 145 132 0 47 55 43 11 35 62
Binary 10100101 1100101 1011010 0 100111 101101 100011 1001 11101 110010

Color Harmonies of #A5655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5655A

Black with #A5655A

Text Example


Text Example

White with #A5655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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