Html Css Color HEX #A86054 Au Chico

📋 copy color: '#A86054'

red 168 ◦ green 96 ◦ blue 84

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

Shades of Au Chico #A86054

Tints of Au Chico #A86054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 48.28%
G = 27.59%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A86054 (or 0xA86054) is known color: Au Chico. HEX triplet: A8, 60 and 54. RGB value is (168,96,84). Sum of RGB (Red+Green+Blue) = 168+96+84=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A86054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86054 is #579FAB. Grayscale: #747474. Windows color (decimal): -5742508 or 5529768. OLE color: 5529768.

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

Color convert

RGB 168 96 84 -
CMYK 0 0.43 0.5 0.34
HSL 8.57º 0.33% 0.49% -
HSV(B) 8.57º 0.5% 0.66% -
XYZ 21.93 17.33 10.58 -
YUV 116.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 168 96 84 0 0.43 0.5 0.34 8.57 0.33 0.49
Hex A8 60 54 0 2B 32 22 9 21 31
Octal 250 140 124 0 53 62 42 11 41 61
Binary 10101000 1100000 1010100 0 101011 110010 100010 1001 100001 110001

Color Harmonies of #A86054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86054

Black with #A86054

Text Example


Text Example

White with #A86054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86054; }

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

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

background-color css

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

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

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

border-color css

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

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

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