Html Css Color HEX #AF9B15 Lucky

📋 copy color: '#AF9B15'

red 175 ◦ green 155 ◦ blue 21

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

Shades of Lucky #AF9B15

Tints of Lucky #AF9B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 49.86%
G = 44.16%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF9B15 (or 0xAF9B15) is known color: Lucky. HEX triplet: AF, 9B and 15. RGB value is (175,155,21). Sum of RGB (Red+Green+Blue) = 175+155+21=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9B15 is #5064EA. Grayscale: #929292. Windows color (decimal): -5268715 or 1416111. OLE color: 1416111.

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

Color convert

RGB 175 155 21 -
CMYK 0 0.11 0.88 0.31
HSL 52.21º 0.79% 0.38% -
HSV(B) 52.21º 0.88% 0.69% -
XYZ 29.54 32.61 5.45 -
YUV 145.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 175 155 21 0 0.11 0.88 0.31 52.21 0.79 0.38
Hex AF 9B 15 0 B 58 1F 34 4F 26
Octal 257 233 25 0 13 130 37 64 117 46
Binary 10101111 10011011 10101 0 1011 1011000 11111 110100 1001111 100110

Color Harmonies of #AF9B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B15

Black with #AF9B15

Text Example


Text Example

White with #AF9B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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