Html Css Color HEX #ADA258 Gimblet

📋 copy color: '#ADA258'

red 173 ◦ green 162 ◦ blue 88

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

Shades of Gimblet #ADA258

Tints of Gimblet #ADA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 40.9%
G = 38.3%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA258 (or 0xADA258) is known color: Gimblet. HEX triplet: AD, A2 and 58. RGB value is (173,162,88). Sum of RGB (Red+Green+Blue) = 173+162+88=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA258 is #525DA7. Grayscale: #9D9D9D. Windows color (decimal): -5397928 or 5808813. OLE color: 5808813.

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

Color convert

RGB 173 162 88 -
CMYK 0 0.06 0.49 0.32
HSL 52.24º 0.34% 0.51% -
HSV(B) 52.24º 0.49% 0.68% -
XYZ 31.92 35.43 14.39 -
YUV 156.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 173 162 88 0 0.06 0.49 0.32 52.24 0.34 0.51
Hex AD A2 58 0 6 31 20 34 22 33
Octal 255 242 130 0 6 61 40 64 42 63
Binary 10101101 10100010 1011000 0 110 110001 100000 110100 100010 110011

Color Harmonies of #ADA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA258

Black with #ADA258

Text Example


Text Example

White with #ADA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA258; }

 p { color: rgb(173,162,88); }

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

background-color css

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

 a { background-color: rgb(173,162,88); }

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

border-color css

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

 span { border-color: rgb(173,162,88); }

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