Html Css Color HEX #AB950F Lucky

📋 copy color: '#AB950F'

red 171 ◦ green 149 ◦ blue 15

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

Shades of Lucky #AB950F

Tints of Lucky #AB950F

RGB

 RED value IS 171 (67.19% from 255) = 51.04%

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 15 (6.25% from 255) = 4.48%

R = 51.04%
G = 44.48%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB950F (or 0xAB950F) is known color: Lucky. HEX triplet: AB, 95 and 0F. RGB value is (171,149,15). Sum of RGB (Red+Green+Blue) = 171+149+15=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB950F is #546AF0. Grayscale: #8C8C8C. Windows color (decimal): -5532401 or 1021355. OLE color: 1021355.

HSL color Cylindrical-coordinate representation of color #AB950F: hue angle of 51.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB950F is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 15 -
CMYK 0 0.13 0.91 0.33
HSL 51.54º 0.84% 0.36% -
HSV(B) 51.54º 0.91% 0.67% -
XYZ 27.63 30.19 4.82 -
YUV 140.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 171 149 15 0 0.13 0.91 0.33 51.54 0.84 0.36
Hex AB 95 F 0 D 5B 21 34 54 24
Octal 253 225 17 0 15 133 41 64 124 44
Binary 10101011 10010101 1111 0 1101 1011011 100001 110100 1010100 100100

Color Harmonies of #AB950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB950F

Black with #AB950F

Text Example


Text Example

White with #AB950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB950F; }

 p { color: rgb(171,149,15); }

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

background-color css

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

 a { background-color: rgb(171,149,15); }

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

border-color css

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

 span { border-color: rgb(171,149,15); }

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