Html Css Color HEX #AF9F1B Lucky

📋 copy color: '#AF9F1B'

red 175 ◦ green 159 ◦ blue 27

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

Shades of Lucky #AF9F1B

Tints of Lucky #AF9F1B

RGB

 RED value IS 175 (68.75% from 255) = 48.48%

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 48.48%
G = 44.04%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF9F1B (or 0xAF9F1B) is known color: Lucky. HEX triplet: AF, 9F and 1B. RGB value is (175,159,27). Sum of RGB (Red+Green+Blue) = 175+159+27=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F1B is #5060E4. Grayscale: #959595. Windows color (decimal): -5267685 or 1810351. OLE color: 1810351.

HSL color Cylindrical-coordinate representation of color #AF9F1B: hue angle of 53.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF9F1B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 27 -
CMYK 0 0.09 0.85 0.31
HSL 53.51º 0.73% 0.4% -
HSV(B) 53.51º 0.85% 0.69% -
XYZ 30.28 33.99 6 -
YUV 148.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 175 159 27 0 0.09 0.85 0.31 53.51 0.73 0.4
Hex AF 9F 1B 0 9 55 1F 36 49 28
Octal 257 237 33 0 11 125 37 66 111 50
Binary 10101111 10011111 11011 0 1001 1010101 11111 110110 1001001 101000

Color Harmonies of #AF9F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F1B

Black with #AF9F1B

Text Example


Text Example

White with #AF9F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F1B; }

 p { color: rgb(175,159,27); }

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

background-color css

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

 a { background-color: rgb(175,159,27); }

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

border-color css

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

 span { border-color: rgb(175,159,27); }

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