Html Css Color HEX #ADA35B Gimblet

📋 copy color: '#ADA35B'

red 173 ◦ green 163 ◦ blue 91

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

Shades of Gimblet #ADA35B

Tints of Gimblet #ADA35B

RGB

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

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

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

R = 40.52%
G = 38.17%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADA35B (or 0xADA35B) is known color: Gimblet. HEX triplet: AD, A3 and 5B. RGB value is (173,163,91). Sum of RGB (Red+Green+Blue) = 173+163+91=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35B is #525CA4. Grayscale: #9E9E9E. Windows color (decimal): -5397669 or 6005677. OLE color: 6005677.

HSL color Cylindrical-coordinate representation of color #ADA35B: hue angle of 52.68º 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 #ADA35B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 91 -
CMYK 0 0.06 0.47 0.32
HSL 52.68º 0.33% 0.52% -
HSV(B) 52.68º 0.47% 0.68% -
XYZ 32.22 35.83 15.12 -
YUV 157.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 173 163 91 0 0.06 0.47 0.32 52.68 0.33 0.52
Hex AD A3 5B 0 6 2F 20 35 21 34
Octal 255 243 133 0 6 57 40 65 41 64
Binary 10101101 10100011 1011011 0 110 101111 100000 110101 100001 110100

Color Harmonies of #ADA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA35B

Black with #ADA35B

Text Example


Text Example

White with #ADA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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