Html Css Color HEX #A99D0B Lucky

📋 copy color: '#A99D0B'

red 169 ◦ green 157 ◦ blue 11

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

Shades of Lucky #A99D0B

Tints of Lucky #A99D0B

RGB

 RED value IS 169 (66.41% from 255) = 50.15%

 GREEN value IS 157 (61.72% from 255) = 46.59%

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 50.15%
G = 46.59%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A99D0B (or 0xA99D0B) is known color: Lucky. HEX triplet: A9, 9D and 0B. RGB value is (169,157,11). Sum of RGB (Red+Green+Blue) = 169+157+11=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D0B is #5662F4. Grayscale: #909090. Windows color (decimal): -5661429 or 761257. OLE color: 761257.

HSL color Cylindrical-coordinate representation of color #A99D0B: hue angle of 55.44º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A99D0B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 157 11 -
CMYK 0 0.07 0.93 0.34
HSL 55.44º 0.88% 0.35% -
HSV(B) 55.44º 0.93% 0.66% -
XYZ 28.48 32.57 5.1 -
YUV 143.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 169 157 11 0 0.07 0.93 0.34 55.44 0.88 0.35
Hex A9 9D B 0 7 5D 22 37 58 23
Octal 251 235 13 0 7 135 42 67 130 43
Binary 10101001 10011101 1011 0 111 1011101 100010 110111 1011000 100011

Color Harmonies of #A99D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D0B

Black with #A99D0B

Text Example


Text Example

White with #A99D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D0B; }

 p { color: rgb(169,157,11); }

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

background-color css

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

 a { background-color: rgb(169,157,11); }

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

border-color css

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

 span { border-color: rgb(169,157,11); }

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