Html Css Color HEX #ADA369 Gimblet

📋 copy color: '#ADA369'

red 173 ◦ green 163 ◦ blue 105

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

Shades of Gimblet #ADA369

Tints of Gimblet #ADA369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 39.23%
G = 36.96%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#ADA369 (or 0xADA369) is known color: Gimblet. HEX triplet: AD, A3 and 69. RGB value is (173,163,105). Sum of RGB (Red+Green+Blue) = 173+163+105=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA369 is #525C96. Grayscale: #9F9F9F. Windows color (decimal): -5397655 or 6923181. OLE color: 6923181.

HSL color Cylindrical-coordinate representation of color #ADA369: hue angle of 51.18º 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 #ADA369 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 105 -
CMYK 0 0.06 0.39 0.32
HSL 51.18º 0.29% 0.55% -
HSV(B) 51.18º 0.39% 0.68% -
XYZ 32.88 36.1 18.6 -
YUV 159.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 173 163 105 0 0.06 0.39 0.32 51.18 0.29 0.55
Hex AD A3 69 0 6 27 20 33 1D 37
Octal 255 243 151 0 6 47 40 63 35 67
Binary 10101101 10100011 1101001 0 110 100111 100000 110011 11101 110111

Color Harmonies of #ADA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA369

Black with #ADA369

Text Example


Text Example

White with #ADA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA369; }

 p { color: rgb(173,163,105); }

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

background-color css

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

 a { background-color: rgb(173,163,105); }

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

border-color css

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

 span { border-color: rgb(173,163,105); }

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