Html Css Color HEX #ABA96D Gimblet

📋 copy color: '#ABA96D'

red 171 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #ABA96D

Tints of Gimblet #ABA96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 38.08%
G = 37.64%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#ABA96D (or 0xABA96D) is known color: Gimblet. HEX triplet: AB, A9 and 6D. RGB value is (171,169,109). Sum of RGB (Red+Green+Blue) = 171+169+109=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96D is #545692. Grayscale: #A3A3A3. Windows color (decimal): -5527187 or 7186859. OLE color: 7186859.

HSL color Cylindrical-coordinate representation of color #ABA96D: hue angle of 58.06º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA96D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 109 -
CMYK 0 0.01 0.36 0.33
HSL 58.06º 0.27% 0.55% -
HSV(B) 58.06º 0.36% 0.67% -
XYZ 33.74 38.14 20.05 -
YUV 162.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 171 169 109 0 0.01 0.36 0.33 58.06 0.27 0.55
Hex AB A9 6D 0 1 24 21 3A 1B 37
Octal 253 251 155 0 1 44 41 72 33 67
Binary 10101011 10101001 1101101 0 1 100100 100001 111010 11011 110111

Color Harmonies of #ABA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA96D

Black with #ABA96D

Text Example


Text Example

White with #ABA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA96D; }

 p { color: rgb(171,169,109); }

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

background-color css

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

 a { background-color: rgb(171,169,109); }

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

border-color css

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

 span { border-color: rgb(171,169,109); }

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