Html Css Color HEX #AFA90F Lucky

📋 copy color: '#AFA90F'

red 175 ◦ green 169 ◦ blue 15

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

Shades of Lucky #AFA90F

Tints of Lucky #AFA90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 48.75%
G = 47.08%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFA90F (or 0xAFA90F) is known color: Lucky. HEX triplet: AF, A9 and 0F. RGB value is (175,169,15). Sum of RGB (Red+Green+Blue) = 175+169+15=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA90F is #5056F0. Grayscale: #999999. Windows color (decimal): -5265137 or 1026479. OLE color: 1026479.

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

Color convert

RGB 175 169 15 -
CMYK 0 0.03 0.91 0.31
HSL 57.75º 0.84% 0.37% -
HSV(B) 57.75º 0.91% 0.69% -
XYZ 31.95 37.52 6.01 -
YUV 153.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 175 169 15 0 0.03 0.91 0.31 57.75 0.84 0.37
Hex AF A9 F 0 3 5B 1F 3A 54 25
Octal 257 251 17 0 3 133 37 72 124 45
Binary 10101111 10101001 1111 0 11 1011011 11111 111010 1010100 100101

Color Harmonies of #AFA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA90F

Black with #AFA90F

Text Example


Text Example

White with #AFA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA90F; }

 p { color: rgb(175,169,15); }

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

background-color css

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

 a { background-color: rgb(175,169,15); }

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

border-color css

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

 span { border-color: rgb(175,169,15); }

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