Html Css Color HEX #A86053 Au Chico

📋 copy color: '#A86053'

red 168 ◦ green 96 ◦ blue 83

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

Shades of Au Chico #A86053

Tints of Au Chico #A86053

RGB

 RED value IS 168 (66.02% from 255) = 48.41%

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 48.41%
G = 27.67%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A86053 (or 0xA86053) is known color: Au Chico. HEX triplet: A8, 60 and 53. RGB value is (168,96,83). Sum of RGB (Red+Green+Blue) = 168+96+83=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A86053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86053 is #579FAC. Grayscale: #747474. Windows color (decimal): -5742509 or 5464232. OLE color: 5464232.

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

Color convert

RGB 168 96 83 -
CMYK 0 0.43 0.51 0.34
HSL 9.18º 0.34% 0.49% -
HSV(B) 9.18º 0.51% 0.66% -
XYZ 21.89 17.32 10.37 -
YUV 116.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 168 96 83 0 0.43 0.51 0.34 9.18 0.34 0.49
Hex A8 60 53 0 2B 33 22 9 22 31
Octal 250 140 123 0 53 63 42 11 42 61
Binary 10101000 1100000 1010011 0 101011 110011 100010 1001 100010 110001

Color Harmonies of #A86053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86053

Black with #A86053

Text Example


Text Example

White with #A86053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86053; }

 p { color: rgb(168,96,83); }

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

background-color css

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

 a { background-color: rgb(168,96,83); }

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

border-color css

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

 span { border-color: rgb(168,96,83); }

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