Html Css Color HEX #ADA35E Gimblet

📋 copy color: '#ADA35E'

red 173 ◦ green 163 ◦ blue 94

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

Shades of Gimblet #ADA35E

Tints of Gimblet #ADA35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 40.23%
G = 37.91%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADA35E (or 0xADA35E) is known color: Gimblet. HEX triplet: AD, A3 and 5E. RGB value is (173,163,94). Sum of RGB (Red+Green+Blue) = 173+163+94=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35E is #525CA1. Grayscale: #9E9E9E. Windows color (decimal): -5397666 or 6202285. OLE color: 6202285.

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

Color convert

RGB 173 163 94 -
CMYK 0 0.06 0.46 0.32
HSL 52.41º 0.33% 0.52% -
HSV(B) 52.41º 0.46% 0.68% -
XYZ 32.35 35.89 15.81 -
YUV 158.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 173 163 94 0 0.06 0.46 0.32 52.41 0.33 0.52
Hex AD A3 5E 0 6 2E 20 34 21 34
Octal 255 243 136 0 6 56 40 64 41 64
Binary 10101101 10100011 1011110 0 110 101110 100000 110100 100001 110100

Color Harmonies of #ADA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA35E

Black with #ADA35E

Text Example


Text Example

White with #ADA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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