Html Css Color HEX #ADA358 Gimblet

📋 copy color: '#ADA358'

red 173 ◦ green 163 ◦ blue 88

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

Shades of Gimblet #ADA358

Tints of Gimblet #ADA358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 40.8%
G = 38.44%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA358 (or 0xADA358) is known color: Gimblet. HEX triplet: AD, A3 and 58. RGB value is (173,163,88). Sum of RGB (Red+Green+Blue) = 173+163+88=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA358 is #525CA7. Grayscale: #9D9D9D. Windows color (decimal): -5397672 or 5809069. OLE color: 5809069.

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

Color convert

RGB 173 163 88 -
CMYK 0 0.06 0.49 0.32
HSL 52.94º 0.34% 0.51% -
HSV(B) 52.94º 0.49% 0.68% -
XYZ 32.09 35.78 14.45 -
YUV 157.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 173 163 88 0 0.06 0.49 0.32 52.94 0.34 0.51
Hex AD A3 58 0 6 31 20 35 22 33
Octal 255 243 130 0 6 61 40 65 42 63
Binary 10101101 10100011 1011000 0 110 110001 100000 110101 100010 110011

Color Harmonies of #ADA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA358

Black with #ADA358

Text Example


Text Example

White with #ADA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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