Html Css Color HEX #AFA90D Lucky

📋 copy color: '#AFA90D'

red 175 ◦ green 169 ◦ blue 13

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

Shades of Lucky #AFA90D

Tints of Lucky #AFA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 49.02%
G = 47.34%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA90D (or 0xAFA90D) is known color: Lucky. HEX triplet: AF, A9 and 0D. RGB value is (175,169,13). Sum of RGB (Red+Green+Blue) = 175+169+13=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA90D is #5056F2. Grayscale: #999999. Windows color (decimal): -5265139 or 895407. OLE color: 895407.

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

Color convert

RGB 175 169 13 -
CMYK 0 0.03 0.93 0.31
HSL 57.78º 0.86% 0.37% -
HSV(B) 57.78º 0.93% 0.69% -
XYZ 31.94 37.52 5.94 -
YUV 153.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 175 169 13 0 0.03 0.93 0.31 57.78 0.86 0.37
Hex AF A9 D 0 3 5D 1F 3A 56 25
Octal 257 251 15 0 3 135 37 72 126 45
Binary 10101111 10101001 1101 0 11 1011101 11111 111010 1010110 100101

Color Harmonies of #AFA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA90D

Black with #AFA90D

Text Example


Text Example

White with #AFA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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