Html Css Color HEX #AFA50D Lucky

📋 copy color: '#AFA50D'

red 175 ◦ green 165 ◦ blue 13

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

Shades of Lucky #AFA50D

Tints of Lucky #AFA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

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

R = 49.58%
G = 46.74%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA50D (or 0xAFA50D) is known color: Lucky. HEX triplet: AF, A5 and 0D. RGB value is (175,165,13). Sum of RGB (Red+Green+Blue) = 175+165+13=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA50D is #505AF2. Grayscale: #979797. Windows color (decimal): -5266163 or 894383. OLE color: 894383.

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

Color convert

RGB 175 165 13 -
CMYK 0 0.06 0.93 0.31
HSL 56.3º 0.86% 0.37% -
HSV(B) 56.3º 0.93% 0.69% -
XYZ 31.21 36.05 5.69 -
YUV 150.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 175 165 13 0 0.06 0.93 0.31 56.3 0.86 0.37
Hex AF A5 D 0 6 5D 1F 38 56 25
Octal 257 245 15 0 6 135 37 70 126 45
Binary 10101111 10100101 1101 0 110 1011101 11111 111000 1010110 100101

Color Harmonies of #AFA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA50D

Black with #AFA50D

Text Example


Text Example

White with #AFA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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