Html Css Color HEX #ADAB6F Gimblet

📋 copy color: '#ADAB6F'

red 173 ◦ green 171 ◦ blue 111

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

Shades of Gimblet #ADAB6F

Tints of Gimblet #ADAB6F

RGB

 RED value IS 173 (67.97% from 255) = 38.02%

 GREEN value IS 171 (67.19% from 255) = 37.58%

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 38.02%
G = 37.58%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ADAB6F (or 0xADAB6F) is known color: Gimblet. HEX triplet: AD, AB and 6F. RGB value is (173,171,111). Sum of RGB (Red+Green+Blue) = 173+171+111=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6F is #525490. Grayscale: #A5A5A5. Windows color (decimal): -5395601 or 7318445. OLE color: 7318445.

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

Color convert

RGB 173 171 111 -
CMYK 0 0.01 0.36 0.32
HSL 58.06º 0.27% 0.56% -
HSV(B) 58.06º 0.36% 0.68% -
XYZ 34.67 39.16 20.77 -
YUV 164.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 173 171 111 0 0.01 0.36 0.32 58.06 0.27 0.56
Hex AD AB 6F 0 1 24 20 3A 1B 38
Octal 255 253 157 0 1 44 40 72 33 70
Binary 10101101 10101011 1101111 0 1 100100 100000 111010 11011 111000

Color Harmonies of #ADAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB6F

Black with #ADAB6F

Text Example


Text Example

White with #ADAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB6F; }

 p { color: rgb(173,171,111); }

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

background-color css

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

 a { background-color: rgb(173,171,111); }

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

border-color css

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

 span { border-color: rgb(173,171,111); }

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