Html Css Color HEX #ADA56A Gimblet

📋 copy color: '#ADA56A'

red 173 ◦ green 165 ◦ blue 106

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

Shades of Gimblet #ADA56A

Tints of Gimblet #ADA56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 38.96%
G = 37.16%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#ADA56A (or 0xADA56A) is known color: Gimblet. HEX triplet: AD, A5 and 6A. RGB value is (173,165,106). Sum of RGB (Red+Green+Blue) = 173+165+106=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56A is #525A95. Grayscale: #A0A0A0. Windows color (decimal): -5397142 or 6989229. OLE color: 6989229.

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

Color convert

RGB 173 165 106 -
CMYK 0 0.05 0.39 0.32
HSL 52.84º 0.29% 0.55% -
HSV(B) 52.84º 0.39% 0.68% -
XYZ 33.29 36.84 18.99 -
YUV 160.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 173 165 106 0 0.05 0.39 0.32 52.84 0.29 0.55
Hex AD A5 6A 0 5 27 20 35 1D 37
Octal 255 245 152 0 5 47 40 65 35 67
Binary 10101101 10100101 1101010 0 101 100111 100000 110101 11101 110111

Color Harmonies of #ADA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA56A

Black with #ADA56A

Text Example


Text Example

White with #ADA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA56A; }

 p { color: rgb(173,165,106); }

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

background-color css

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

 a { background-color: rgb(173,165,106); }

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

border-color css

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

 span { border-color: rgb(173,165,106); }

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