Html Css Color HEX #ADA508 Lucky

📋 copy color: '#ADA508'

red 173 ◦ green 165 ◦ blue 8

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

Shades of Lucky #ADA508

Tints of Lucky #ADA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.69%

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

R = 50%
G = 47.69%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA508 (or 0xADA508) is known color: Lucky. HEX triplet: AD, A5 and 08. RGB value is (173,165,8). Sum of RGB (Red+Green+Blue) = 173+165+8=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA508 is #525AF7. Grayscale: #969696. Windows color (decimal): -5397240 or 566701. OLE color: 566701.

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

Color convert

RGB 173 165 8 -
CMYK 0 0.05 0.95 0.32
HSL 57.09º 0.91% 0.35% -
HSV(B) 57.09º 0.95% 0.68% -
XYZ 30.73 35.81 5.52 -
YUV 149.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 173 165 8 0 0.05 0.95 0.32 57.09 0.91 0.35
Hex AD A5 8 0 5 5F 20 39 5B 23
Octal 255 245 10 0 5 137 40 71 133 43
Binary 10101101 10100101 1000 0 101 1011111 100000 111001 1011011 100011

Color Harmonies of #ADA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA508

Black with #ADA508

Text Example


Text Example

White with #ADA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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