Html Css Color HEX #ADA462 Gimblet

📋 copy color: '#ADA462'

red 173 ◦ green 164 ◦ blue 98

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

Shades of Gimblet #ADA462

Tints of Gimblet #ADA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 98 (38.67% from 255) = 22.53%

R = 39.77%
G = 37.7%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA462 (or 0xADA462) is known color: Gimblet. HEX triplet: AD, A4 and 62. RGB value is (173,164,98). Sum of RGB (Red+Green+Blue) = 173+164+98=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA462 is #525B9D. Grayscale: #9F9F9F. Windows color (decimal): -5397406 or 6464685. OLE color: 6464685.

HSL color Cylindrical-coordinate representation of color #ADA462: hue angle of 52.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADA462 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 98 -
CMYK 0 0.05 0.43 0.32
HSL 52.8º 0.31% 0.53% -
HSV(B) 52.8º 0.43% 0.68% -
XYZ 32.71 36.32 16.84 -
YUV 159.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 173 164 98 0 0.05 0.43 0.32 52.8 0.31 0.53
Hex AD A4 62 0 5 2B 20 35 1F 35
Octal 255 244 142 0 5 53 40 65 37 65
Binary 10101101 10100100 1100010 0 101 101011 100000 110101 11111 110101

Color Harmonies of #ADA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA462

Black with #ADA462

Text Example


Text Example

White with #ADA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA462; }

 p { color: rgb(173,164,98); }

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

background-color css

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

 a { background-color: rgb(173,164,98); }

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

border-color css

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

 span { border-color: rgb(173,164,98); }

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