Html Css Color HEX #A65F55 Au Chico

📋 copy color: '#A65F55'

red 166 ◦ green 95 ◦ blue 85

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

Shades of Au Chico #A65F55

Tints of Au Chico #A65F55

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 47.98%
G = 27.46%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A65F55 (or 0xA65F55) is known color: Au Chico. HEX triplet: A6, 5F and 55. RGB value is (166,95,85). Sum of RGB (Red+Green+Blue) = 166+95+85=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F55 is #59A0AA. Grayscale: #737373. Windows color (decimal): -5873835 or 5595046. OLE color: 5595046.

HSL color Cylindrical-coordinate representation of color #A65F55: hue angle of 7.41º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65F55 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 85 -
CMYK 0 0.43 0.49 0.35
HSL 7.41º 0.32% 0.49% -
HSV(B) 7.41º 0.49% 0.65% -
XYZ 21.46 16.95 10.73 -
YUV 115.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 166 95 85 0 0.43 0.49 0.35 7.41 0.32 0.49
Hex A6 5F 55 0 2B 31 23 7 20 31
Octal 246 137 125 0 53 61 43 7 40 61
Binary 10100110 1011111 1010101 0 101011 110001 100011 111 100000 110001

Color Harmonies of #A65F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F55

Black with #A65F55

Text Example


Text Example

White with #A65F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F55; }

 p { color: rgb(166,95,85); }

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

background-color css

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

 a { background-color: rgb(166,95,85); }

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

border-color css

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

 span { border-color: rgb(166,95,85); }

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