Html Css Color HEX #ADA05B Gimblet

📋 copy color: '#ADA05B'

red 173 ◦ green 160 ◦ blue 91

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

Shades of Gimblet #ADA05B

Tints of Gimblet #ADA05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 40.8%
G = 37.74%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADA05B (or 0xADA05B) is known color: Gimblet. HEX triplet: AD, A0 and 5B. RGB value is (173,160,91). Sum of RGB (Red+Green+Blue) = 173+160+91=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05B is #525FA4. Grayscale: #9C9C9C. Windows color (decimal): -5398437 or 6004909. OLE color: 6004909.

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

Color convert

RGB 173 160 91 -
CMYK 0 0.08 0.47 0.32
HSL 50.49º 0.33% 0.52% -
HSV(B) 50.49º 0.47% 0.68% -
XYZ 31.69 34.78 14.94 -
YUV 156.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 173 160 91 0 0.08 0.47 0.32 50.49 0.33 0.52
Hex AD A0 5B 0 8 2F 20 32 21 34
Octal 255 240 133 0 10 57 40 62 41 64
Binary 10101101 10100000 1011011 0 1000 101111 100000 110010 100001 110100

Color Harmonies of #ADA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA05B

Black with #ADA05B

Text Example


Text Example

White with #ADA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA05B; }

 p { color: rgb(173,160,91); }

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

background-color css

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

 a { background-color: rgb(173,160,91); }

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

border-color css

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

 span { border-color: rgb(173,160,91); }

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