Html Css Color HEX #AFA10D Lucky

📋 copy color: '#AFA10D'

red 175 ◦ green 161 ◦ blue 13

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

Shades of Lucky #AFA10D

Tints of Lucky #AFA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

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

R = 50.14%
G = 46.13%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA10D (or 0xAFA10D) is known color: Lucky. HEX triplet: AF, A1 and 0D. RGB value is (175,161,13). Sum of RGB (Red+Green+Blue) = 175+161+13=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA10D is #505EF2. Grayscale: #949494. Windows color (decimal): -5267187 or 893359. OLE color: 893359.

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

Color convert

RGB 175 161 13 -
CMYK 0 0.08 0.93 0.31
HSL 54.81º 0.86% 0.37% -
HSV(B) 54.81º 0.93% 0.69% -
XYZ 30.5 34.63 5.46 -
YUV 148.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 175 161 13 0 0.08 0.93 0.31 54.81 0.86 0.37
Hex AF A1 D 0 8 5D 1F 37 56 25
Octal 257 241 15 0 10 135 37 67 126 45
Binary 10101111 10100001 1101 0 1000 1011101 11111 110111 1010110 100101

Color Harmonies of #AFA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA10D

Black with #AFA10D

Text Example


Text Example

White with #AFA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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