Html Css Color HEX #ADA207 Lucky

📋 copy color: '#ADA207'

red 173 ◦ green 162 ◦ blue 7

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

Shades of Lucky #ADA207

Tints of Lucky #ADA207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 50.58%
G = 47.37%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#ADA207 (or 0xADA207) is known color: Lucky. HEX triplet: AD, A2 and 07. RGB value is (173,162,7). Sum of RGB (Red+Green+Blue) = 173+162+7=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA207 is #525DF8. Grayscale: #949494. Windows color (decimal): -5398009 or 500397. OLE color: 500397.

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

Color convert

RGB 173 162 7 -
CMYK 0 0.06 0.96 0.32
HSL 56.02º 0.92% 0.35% -
HSV(B) 56.02º 0.96% 0.68% -
XYZ 30.19 34.74 5.32 -
YUV 147.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 173 162 7 0 0.06 0.96 0.32 56.02 0.92 0.35
Hex AD A2 7 0 6 60 20 38 5C 23
Octal 255 242 7 0 6 140 40 70 134 43
Binary 10101101 10100010 111 0 110 1100000 100000 111000 1011100 100011

Color Harmonies of #ADA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA207

Black with #ADA207

Text Example


Text Example

White with #ADA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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