Html Css Color HEX #A65C5A Au Chico

📋 copy color: '#A65C5A'

red 166 ◦ green 92 ◦ blue 90

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

Shades of Au Chico #A65C5A

Tints of Au Chico #A65C5A

RGB

 RED value IS 166 (65.23% from 255) = 47.7%

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 47.7%
G = 26.44%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A65C5A (or 0xA65C5A) is known color: Au Chico. HEX triplet: A6, 5C and 5A. RGB value is (166,92,90). Sum of RGB (Red+Green+Blue) = 166+92+90=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C5A is #59A3A5. Grayscale: #717171. Windows color (decimal): -5874598 or 5921958. OLE color: 5921958.

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

Color convert

RGB 166 92 90 -
CMYK 0 0.45 0.46 0.35
HSL 1.58º 0.3% 0.5% -
HSV(B) 1.58º 0.46% 0.65% -
XYZ 21.4 16.5 11.73 -
YUV 113.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 166 92 90 0 0.45 0.46 0.35 1.58 0.3 0.5
Hex A6 5C 5A 0 2D 2E 23 2 1E 32
Octal 246 134 132 0 55 56 43 2 36 62
Binary 10100110 1011100 1011010 0 101101 101110 100011 10 11110 110010

Color Harmonies of #A65C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C5A

Black with #A65C5A

Text Example


Text Example

White with #A65C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C5A; }

 p { color: rgb(166,92,90); }

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

background-color css

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

 a { background-color: rgb(166,92,90); }

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

border-color css

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

 span { border-color: rgb(166,92,90); }

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