Html Css Color HEX #ADA35C Gimblet

📋 copy color: '#ADA35C'

red 173 ◦ green 163 ◦ blue 92

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

Shades of Gimblet #ADA35C

Tints of Gimblet #ADA35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 40.42%
G = 38.08%
B = 21.5%

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

#ADA35C (or 0xADA35C) is known color: Gimblet. HEX triplet: AD, A3 and 5C. RGB value is (173,163,92). Sum of RGB (Red+Green+Blue) = 173+163+92=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35C is #525CA3. Grayscale: #9E9E9E. Windows color (decimal): -5397668 or 6071213. OLE color: 6071213.

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

Color convert

RGB 173 163 92 -
CMYK 0 0.06 0.47 0.32
HSL 52.59º 0.33% 0.52% -
HSV(B) 52.59º 0.47% 0.68% -
XYZ 32.26 35.85 15.34 -
YUV 157.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 173 163 92 0 0.06 0.47 0.32 52.59 0.33 0.52
Hex AD A3 5C 0 6 2F 20 35 21 34
Octal 255 243 134 0 6 57 40 65 41 64
Binary 10101101 10100011 1011100 0 110 101111 100000 110101 100001 110100

Color Harmonies of #ADA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA35C

Black with #ADA35C

Text Example


Text Example

White with #ADA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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