Html Css Color HEX #ADA360 Gimblet

📋 copy color: '#ADA360'

red 173 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #ADA360

Tints of Gimblet #ADA360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.22%

R = 40.05%
G = 37.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA360 (or 0xADA360) is known color: Gimblet. HEX triplet: AD, A3 and 60. RGB value is (173,163,96). Sum of RGB (Red+Green+Blue) = 173+163+96=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA360 is #525C9F. Grayscale: #9E9E9E. Windows color (decimal): -5397664 or 6333357. OLE color: 6333357.

HSL color Cylindrical-coordinate representation of color #ADA360: hue angle of 52.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA360 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 96 -
CMYK 0 0.06 0.45 0.32
HSL 52.21º 0.32% 0.53% -
HSV(B) 52.21º 0.45% 0.68% -
XYZ 32.44 35.92 16.29 -
YUV 158.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 173 163 96 0 0.06 0.45 0.32 52.21 0.32 0.53
Hex AD A3 60 0 6 2D 20 34 20 35
Octal 255 243 140 0 6 55 40 64 40 65
Binary 10101101 10100011 1100000 0 110 101101 100000 110100 100000 110101

Color Harmonies of #ADA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA360

Black with #ADA360

Text Example


Text Example

White with #ADA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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