Html Css Color HEX #AF9618 Lucky

📋 copy color: '#AF9618'

red 175 ◦ green 150 ◦ blue 24

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

Shades of Lucky #AF9618

Tints of Lucky #AF9618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 50.14%
G = 42.98%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF9618 (or 0xAF9618) is known color: Lucky. HEX triplet: AF, 96 and 18. RGB value is (175,150,24). Sum of RGB (Red+Green+Blue) = 175+150+24=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9618 is #5069E7. Grayscale: #8F8F8F. Windows color (decimal): -5269992 or 1611439. OLE color: 1611439.

HSL color Cylindrical-coordinate representation of color #AF9618: hue angle of 50.07º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF9618 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 24 -
CMYK 0 0.14 0.86 0.31
HSL 50.07º 0.76% 0.39% -
HSV(B) 50.07º 0.86% 0.69% -
XYZ 28.75 30.99 5.33 -
YUV 143.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 175 150 24 0 0.14 0.86 0.31 50.07 0.76 0.39
Hex AF 96 18 0 E 56 1F 32 4C 27
Octal 257 226 30 0 16 126 37 62 114 47
Binary 10101111 10010110 11000 0 1110 1010110 11111 110010 1001100 100111

Color Harmonies of #AF9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9618

Black with #AF9618

Text Example


Text Example

White with #AF9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9618; }

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

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

background-color css

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

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

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

border-color css

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

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

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