Html Css Color HEX #ADA35A Gimblet

📋 copy color: '#ADA35A'

red 173 ◦ green 163 ◦ blue 90

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

Shades of Gimblet #ADA35A

Tints of Gimblet #ADA35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 40.61%
G = 38.26%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA35A (or 0xADA35A) is known color: Gimblet. HEX triplet: AD, A3 and 5A. RGB value is (173,163,90). Sum of RGB (Red+Green+Blue) = 173+163+90=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35A is #525CA5. Grayscale: #9D9D9D. Windows color (decimal): -5397670 or 5940141. OLE color: 5940141.

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

Color convert

RGB 173 163 90 -
CMYK 0 0.06 0.48 0.32
HSL 52.77º 0.34% 0.52% -
HSV(B) 52.77º 0.48% 0.68% -
XYZ 32.18 35.82 14.89 -
YUV 157.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 173 163 90 0 0.06 0.48 0.32 52.77 0.34 0.52
Hex AD A3 5A 0 6 30 20 35 22 34
Octal 255 243 132 0 6 60 40 65 42 64
Binary 10101101 10100011 1011010 0 110 110000 100000 110101 100010 110100

Color Harmonies of #ADA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA35A

Black with #ADA35A

Text Example


Text Example

White with #ADA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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