Html Css Color HEX #ADA357 Gimblet

📋 copy color: '#ADA357'

red 173 ◦ green 163 ◦ blue 87

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

Shades of Gimblet #ADA357

Tints of Gimblet #ADA357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 40.9%
G = 38.53%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA357 (or 0xADA357) is known color: Gimblet. HEX triplet: AD, A3 and 57. RGB value is (173,163,87). Sum of RGB (Red+Green+Blue) = 173+163+87=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA357 is #525CA8. Grayscale: #9D9D9D. Windows color (decimal): -5397673 or 5743533. OLE color: 5743533.

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

Color convert

RGB 173 163 87 -
CMYK 0 0.06 0.50 0.32
HSL 53.02º 0.34% 0.51% -
HSV(B) 53.02º 0.5% 0.68% -
XYZ 32.05 35.77 14.23 -
YUV 157.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 173 163 87 0 0.06 0.50 0.32 53.02 0.34 0.51
Hex AD A3 57 0 6 32 20 35 22 33
Octal 255 243 127 0 6 62 40 65 42 63
Binary 10101101 10100011 1010111 0 110 110010 100000 110101 100010 110011

Color Harmonies of #ADA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA357

Black with #ADA357

Text Example


Text Example

White with #ADA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA357; }

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

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

background-color css

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

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

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

border-color css

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

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

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