Html Css Color HEX #AF9615 Lucky

📋 copy color: '#AF9615'

red 175 ◦ green 150 ◦ blue 21

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

Shades of Lucky #AF9615

Tints of Lucky #AF9615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 50.58%
G = 43.35%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF9615 (or 0xAF9615) is known color: Lucky. HEX triplet: AF, 96 and 15. RGB value is (175,150,21). Sum of RGB (Red+Green+Blue) = 175+150+21=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9615 is #5069EA. Grayscale: #8F8F8F. Windows color (decimal): -5269995 or 1414831. OLE color: 1414831.

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

Color convert

RGB 175 150 21 -
CMYK 0 0.14 0.88 0.31
HSL 50.26º 0.79% 0.38% -
HSV(B) 50.26º 0.88% 0.69% -
XYZ 28.72 30.98 5.18 -
YUV 142.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 175 150 21 0 0.14 0.88 0.31 50.26 0.79 0.38
Hex AF 96 15 0 E 58 1F 32 4F 26
Octal 257 226 25 0 16 130 37 62 117 46
Binary 10101111 10010110 10101 0 1110 1011000 11111 110010 1001111 100110

Color Harmonies of #AF9615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9615

Black with #AF9615

Text Example


Text Example

White with #AF9615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9615; }

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

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

background-color css

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

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

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

border-color css

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

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

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