Html Css Color HEX #A89C60 Gimblet

📋 copy color: '#A89C60'

red 168 ◦ green 156 ◦ blue 96

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

Shades of Gimblet #A89C60

Tints of Gimblet #A89C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A89C60 (or 0xA89C60) is known color: Gimblet. HEX triplet: A8, 9C and 60. RGB value is (168,156,96). Sum of RGB (Red+Green+Blue) = 168+156+96=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C60 is #57639F. Grayscale: #999999. Windows color (decimal): -5727136 or 6331560. OLE color: 6331560.

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

Color convert

RGB 168 156 96 -
CMYK 0 0.07 0.43 0.34
HSL 50º 0.29% 0.52% -
HSV(B) 50º 0.43% 0.66% -
XYZ 30.15 32.95 15.84 -
YUV 152.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 168 156 96 0 0.07 0.43 0.34 50 0.29 0.52
Hex A8 9C 60 0 7 2B 22 32 1D 34
Octal 250 234 140 0 7 53 42 62 35 64
Binary 10101000 10011100 1100000 0 111 101011 100010 110010 11101 110100

Color Harmonies of #A89C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C60

Black with #A89C60

Text Example


Text Example

White with #A89C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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