Html Css Color HEX #AF9B20 Lucky

📋 copy color: '#AF9B20'

red 175 ◦ green 155 ◦ blue 32

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

Shades of Lucky #AF9B20

Tints of Lucky #AF9B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

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

R = 48.34%
G = 42.82%
B = 8.84%

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

#AF9B20 (or 0xAF9B20) is known color: Lucky. HEX triplet: AF, 9B and 20. RGB value is (175,155,32). Sum of RGB (Red+Green+Blue) = 175+155+32=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B20 is #5064DF. Grayscale: #939393. Windows color (decimal): -5268704 or 2137007. OLE color: 2137007.

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

Color convert

RGB 175 155 32 -
CMYK 0 0.11 0.82 0.31
HSL 51.61º 0.69% 0.41% -
HSV(B) 51.61º 0.82% 0.69% -
XYZ 29.66 32.66 6.11 -
YUV 146.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 175 155 32 0 0.11 0.82 0.31 51.61 0.69 0.41
Hex AF 9B 20 0 B 52 1F 34 45 29
Octal 257 233 40 0 13 122 37 64 105 51
Binary 10101111 10011011 100000 0 1011 1010010 11111 110100 1000101 101001

Color Harmonies of #AF9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B20

Black with #AF9B20

Text Example


Text Example

White with #AF9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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