Html Css Color HEX #ADAB6B Gimblet

📋 copy color: '#ADAB6B'

red 173 ◦ green 171 ◦ blue 107

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

Shades of Gimblet #ADAB6B

Tints of Gimblet #ADAB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 38.36%
G = 37.92%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADAB6B (or 0xADAB6B) is known color: Gimblet. HEX triplet: AD, AB and 6B. RGB value is (173,171,107). Sum of RGB (Red+Green+Blue) = 173+171+107=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6B is #525494. Grayscale: #A4A4A4. Windows color (decimal): -5395605 or 7056301. OLE color: 7056301.

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

Color convert

RGB 173 171 107 -
CMYK 0 0.01 0.38 0.32
HSL 58.18º 0.29% 0.55% -
HSV(B) 58.18º 0.38% 0.68% -
XYZ 34.45 39.07 19.64 -
YUV 164.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 173 171 107 0 0.01 0.38 0.32 58.18 0.29 0.55
Hex AD AB 6B 0 1 26 20 3A 1D 37
Octal 255 253 153 0 1 46 40 72 35 67
Binary 10101101 10101011 1101011 0 1 100110 100000 111010 11101 110111

Color Harmonies of #ADAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB6B

Black with #ADAB6B

Text Example


Text Example

White with #ADAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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