Html Css Color HEX #ADA308 Lucky

📋 copy color: '#ADA308'

red 173 ◦ green 163 ◦ blue 8

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

Shades of Lucky #ADA308

Tints of Lucky #ADA308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 50.29%
G = 47.38%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA308 (or 0xADA308) is known color: Lucky. HEX triplet: AD, A3 and 08. RGB value is (173,163,8). Sum of RGB (Red+Green+Blue) = 173+163+8=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA308 is #525CF7. Grayscale: #949494. Windows color (decimal): -5397752 or 566189. OLE color: 566189.

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

Color convert

RGB 173 163 8 -
CMYK 0 0.06 0.95 0.32
HSL 56.36º 0.91% 0.35% -
HSV(B) 56.36º 0.95% 0.68% -
XYZ 30.37 35.1 5.4 -
YUV 148.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 173 163 8 0 0.06 0.95 0.32 56.36 0.91 0.35
Hex AD A3 8 0 6 5F 20 38 5B 23
Octal 255 243 10 0 6 137 40 70 133 43
Binary 10101101 10100011 1000 0 110 1011111 100000 111000 1011011 100011

Color Harmonies of #ADA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA308

Black with #ADA308

Text Example


Text Example

White with #ADA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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