Html Css Color HEX #ABAA6D Gimblet

📋 copy color: '#ABAA6D'

red 171 ◦ green 170 ◦ blue 109

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

Shades of Gimblet #ABAA6D

Tints of Gimblet #ABAA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 38%
G = 37.78%
B = 24.22%

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

#ABAA6D (or 0xABAA6D) is known color: Gimblet. HEX triplet: AB, AA and 6D. RGB value is (171,170,109). Sum of RGB (Red+Green+Blue) = 171+170+109=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6D is #545592. Grayscale: #A3A3A3. Windows color (decimal): -5526931 or 7187115. OLE color: 7187115.

HSL color Cylindrical-coordinate representation of color #ABAA6D: hue angle of 59.03º 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 #ABAA6D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 109 -
CMYK 0 0.01 0.36 0.33
HSL 59.03º 0.27% 0.55% -
HSV(B) 59.03º 0.36% 0.67% -
XYZ 33.93 38.51 20.11 -
YUV 163.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 171 170 109 0 0.01 0.36 0.33 59.03 0.27 0.55
Hex AB AA 6D 0 1 24 21 3B 1B 37
Octal 253 252 155 0 1 44 41 73 33 67
Binary 10101011 10101010 1101101 0 1 100100 100001 111011 11011 110111

Color Harmonies of #ABAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA6D

Black with #ABAA6D

Text Example


Text Example

White with #ABAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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