Html Css Color HEX #AD921A Lucky

📋 copy color: '#AD921A'

red 173 ◦ green 146 ◦ blue 26

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

Shades of Lucky #AD921A

Tints of Lucky #AD921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 50.14%
G = 42.32%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD921A (or 0xAD921A) is known color: Lucky. HEX triplet: AD, 92 and 1A. RGB value is (173,146,26). Sum of RGB (Red+Green+Blue) = 173+146+26=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD921A is #526DE5. Grayscale: #8C8C8C. Windows color (decimal): -5402086 or 1741485. OLE color: 1741485.

HSL color Cylindrical-coordinate representation of color #AD921A: hue angle of 48.98º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD921A is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 146 26 -
CMYK 0 0.16 0.85 0.32
HSL 48.98º 0.74% 0.39% -
HSV(B) 48.98º 0.85% 0.68% -
XYZ 27.7 29.52 5.21 -
YUV 140.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 173 146 26 0 0.16 0.85 0.32 48.98 0.74 0.39
Hex AD 92 1A 0 10 55 20 31 4A 27
Octal 255 222 32 0 20 125 40 61 112 47
Binary 10101101 10010010 11010 0 10000 1010101 100000 110001 1001010 100111

Color Harmonies of #AD921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD921A

Black with #AD921A

Text Example


Text Example

White with #AD921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD921A; }

 p { color: rgb(173,146,26); }

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

background-color css

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

 a { background-color: rgb(173,146,26); }

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

border-color css

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

 span { border-color: rgb(173,146,26); }

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