Html Css Color HEX #AF9F08 Lucky

📋 copy color: '#AF9F08'

red 175 ◦ green 159 ◦ blue 8

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

Shades of Lucky #AF9F08

Tints of Lucky #AF9F08

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.49%

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 51.17%
G = 46.49%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF9F08 (or 0xAF9F08) is known color: Lucky. HEX triplet: AF, 9F and 08. RGB value is (175,159,8). Sum of RGB (Red+Green+Blue) = 175+159+8=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9F08 is #5060F7. Grayscale: #939393. Windows color (decimal): -5267704 or 565167. OLE color: 565167.

HSL color Cylindrical-coordinate representation of color #AF9F08: hue angle of 54.25º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF9F08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 8 -
CMYK 0 0.09 0.95 0.31
HSL 54.25º 0.91% 0.36% -
HSV(B) 54.25º 0.95% 0.69% -
XYZ 30.12 33.93 5.19 -
YUV 146.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 175 159 8 0 0.09 0.95 0.31 54.25 0.91 0.36
Hex AF 9F 8 0 9 5F 1F 36 5B 24
Octal 257 237 10 0 11 137 37 66 133 44
Binary 10101111 10011111 1000 0 1001 1011111 11111 110110 1011011 100100

Color Harmonies of #AF9F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F08

Black with #AF9F08

Text Example


Text Example

White with #AF9F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F08; }

 p { color: rgb(175,159,8); }

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

background-color css

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

 a { background-color: rgb(175,159,8); }

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

border-color css

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

 span { border-color: rgb(175,159,8); }

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