Html Css Color HEX #AF9C1F Lucky

📋 copy color: '#AF9C1F'

red 175 ◦ green 156 ◦ blue 31

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

Shades of Lucky #AF9C1F

Tints of Lucky #AF9C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

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

R = 48.34%
G = 43.09%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF9C1F (or 0xAF9C1F) is known color: Lucky. HEX triplet: AF, 9C and 1F. RGB value is (175,156,31). Sum of RGB (Red+Green+Blue) = 175+156+31=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C1F is #5063E0. Grayscale: #939393. Windows color (decimal): -5268449 or 2071727. OLE color: 2071727.

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

Color convert

RGB 175 156 31 -
CMYK 0 0.11 0.82 0.31
HSL 52.08º 0.7% 0.4% -
HSV(B) 52.08º 0.82% 0.69% -
XYZ 29.81 32.99 6.09 -
YUV 147.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 175 156 31 0 0.11 0.82 0.31 52.08 0.7 0.4
Hex AF 9C 1F 0 B 52 1F 34 46 28
Octal 257 234 37 0 13 122 37 64 106 50
Binary 10101111 10011100 11111 0 1011 1010010 11111 110100 1000110 101000

Color Harmonies of #AF9C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C1F

Black with #AF9C1F

Text Example


Text Example

White with #AF9C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C1F; }

 p { color: rgb(175,156,31); }

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

background-color css

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

 a { background-color: rgb(175,156,31); }

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

border-color css

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

 span { border-color: rgb(175,156,31); }

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