Html Css Color HEX #AF9520 Lucky

📋 copy color: '#AF9520'

red 175 ◦ green 149 ◦ blue 32

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

Shades of Lucky #AF9520

Tints of Lucky #AF9520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 49.16%
G = 41.85%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF9520 (or 0xAF9520) is known color: Lucky. HEX triplet: AF, 95 and 20. RGB value is (175,149,32). Sum of RGB (Red+Green+Blue) = 175+149+32=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9520 is #506ADF. Grayscale: #8F8F8F. Windows color (decimal): -5270240 or 2135471. OLE color: 2135471.

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

Color convert

RGB 175 149 32 -
CMYK 0 0.15 0.82 0.31
HSL 49.09º 0.69% 0.41% -
HSV(B) 49.09º 0.82% 0.69% -
XYZ 28.69 30.71 5.78 -
YUV 143.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 175 149 32 0 0.15 0.82 0.31 49.09 0.69 0.41
Hex AF 95 20 0 F 52 1F 31 45 29
Octal 257 225 40 0 17 122 37 61 105 51
Binary 10101111 10010101 100000 0 1111 1010010 11111 110001 1000101 101001

Color Harmonies of #AF9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9520

Black with #AF9520

Text Example


Text Example

White with #AF9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9520; }

 p { color: rgb(175,149,32); }

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

background-color css

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

 a { background-color: rgb(175,149,32); }

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

border-color css

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

 span { border-color: rgb(175,149,32); }

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