Html Css Color HEX #ABA368 Gimblet

📋 copy color: '#ABA368'

red 171 ◦ green 163 ◦ blue 104

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

Shades of Gimblet #ABA368

Tints of Gimblet #ABA368

RGB

 RED value IS 171 (67.19% from 255) = 39.04%

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 39.04%
G = 37.21%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA368 (or 0xABA368) is known color: Gimblet. HEX triplet: AB, A3 and 68. RGB value is (171,163,104). Sum of RGB (Red+Green+Blue) = 171+163+104=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA368 is #545C97. Grayscale: #9E9E9E. Windows color (decimal): -5528728 or 6857643. OLE color: 6857643.

HSL color Cylindrical-coordinate representation of color #ABA368: hue angle of 52.84º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA368 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 104 -
CMYK 0 0.05 0.39 0.33
HSL 52.84º 0.29% 0.54% -
HSV(B) 52.84º 0.39% 0.67% -
XYZ 32.39 35.85 18.31 -
YUV 158.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 171 163 104 0 0.05 0.39 0.33 52.84 0.29 0.54
Hex AB A3 68 0 5 27 21 35 1D 36
Octal 253 243 150 0 5 47 41 65 35 66
Binary 10101011 10100011 1101000 0 101 100111 100001 110101 11101 110110

Color Harmonies of #ABA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA368

Black with #ABA368

Text Example


Text Example

White with #ABA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA368; }

 p { color: rgb(171,163,104); }

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

background-color css

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

 a { background-color: rgb(171,163,104); }

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

border-color css

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

 span { border-color: rgb(171,163,104); }

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