Html Css Color HEX #AF9320 Lucky

📋 copy color: '#AF9320'

red 175 ◦ green 147 ◦ blue 32

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

Shades of Lucky #AF9320

Tints of Lucky #AF9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 49.44%
G = 41.53%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF9320 (or 0xAF9320) is known color: Lucky. HEX triplet: AF, 93 and 20. RGB value is (175,147,32). Sum of RGB (Red+Green+Blue) = 175+147+32=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9320 is #506CDF. Grayscale: #8E8E8E. Windows color (decimal): -5270752 or 2134959. OLE color: 2134959.

HSL color Cylindrical-coordinate representation of color #AF9320: hue angle of 48.25º 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 #AF9320 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 32 -
CMYK 0 0.16 0.82 0.31
HSL 48.25º 0.69% 0.41% -
HSV(B) 48.25º 0.82% 0.69% -
XYZ 28.37 30.09 5.68 -
YUV 142.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 175 147 32 0 0.16 0.82 0.31 48.25 0.69 0.41
Hex AF 93 20 0 10 52 1F 30 45 29
Octal 257 223 40 0 20 122 37 60 105 51
Binary 10101111 10010011 100000 0 10000 1010010 11111 110000 1000101 101001

Color Harmonies of #AF9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9320

Black with #AF9320

Text Example


Text Example

White with #AF9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9320; }

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

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

background-color css

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

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

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

border-color css

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

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

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