Html Css Color HEX #A65F53 Au Chico

📋 copy color: '#A65F53'

red 166 ◦ green 95 ◦ blue 83

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

Shades of Au Chico #A65F53

Tints of Au Chico #A65F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 48.26%
G = 27.62%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A65F53 (or 0xA65F53) is known color: Au Chico. HEX triplet: A6, 5F and 53. RGB value is (166,95,83). Sum of RGB (Red+Green+Blue) = 166+95+83=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F53 is #59A0AC. Grayscale: #727272. Windows color (decimal): -5873837 or 5463974. OLE color: 5463974.

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

Color convert

RGB 166 95 83 -
CMYK 0 0.43 0.50 0.35
HSL 8.67º 0.33% 0.49% -
HSV(B) 8.67º 0.5% 0.65% -
XYZ 21.38 16.92 10.32 -
YUV 114.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 166 95 83 0 0.43 0.50 0.35 8.67 0.33 0.49
Hex A6 5F 53 0 2B 32 23 9 21 31
Octal 246 137 123 0 53 62 43 11 41 61
Binary 10100110 1011111 1010011 0 101011 110010 100011 1001 100001 110001

Color Harmonies of #A65F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F53

Black with #A65F53

Text Example


Text Example

White with #A65F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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