Html Css Color HEX #AB921F Lucky

📋 copy color: '#AB921F'

red 171 ◦ green 146 ◦ blue 31

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

Shades of Lucky #AB921F

Tints of Lucky #AB921F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 49.14%
G = 41.95%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB921F (or 0xAB921F) is known color: Lucky. HEX triplet: AB, 92 and 1F. RGB value is (171,146,31). Sum of RGB (Red+Green+Blue) = 171+146+31=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB921F is #546DE0. Grayscale: #8C8C8C. Windows color (decimal): -5533153 or 2069163. OLE color: 2069163.

HSL color Cylindrical-coordinate representation of color #AB921F: hue angle of 49.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB921F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 31 -
CMYK 0 0.15 0.82 0.33
HSL 49.29º 0.69% 0.4% -
HSV(B) 49.29º 0.82% 0.67% -
XYZ 27.32 29.31 5.51 -
YUV 140.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 171 146 31 0 0.15 0.82 0.33 49.29 0.69 0.4
Hex AB 92 1F 0 F 52 21 31 45 28
Octal 253 222 37 0 17 122 41 61 105 50
Binary 10101011 10010010 11111 0 1111 1010010 100001 110001 1000101 101000

Color Harmonies of #AB921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB921F

Black with #AB921F

Text Example


Text Example

White with #AB921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB921F; }

 p { color: rgb(171,146,31); }

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

background-color css

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

 a { background-color: rgb(171,146,31); }

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

border-color css

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

 span { border-color: rgb(171,146,31); }

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