Html Css Color HEX #AFA80D Lucky

📋 copy color: '#AFA80D'

red 175 ◦ green 168 ◦ blue 13

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

Shades of Lucky #AFA80D

Tints of Lucky #AFA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.19%

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

R = 49.16%
G = 47.19%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA80D (or 0xAFA80D) is known color: Lucky. HEX triplet: AF, A8 and 0D. RGB value is (175,168,13). Sum of RGB (Red+Green+Blue) = 175+168+13=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80D is #5057F2. Grayscale: #999999. Windows color (decimal): -5265395 or 895151. OLE color: 895151.

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

Color convert

RGB 175 168 13 -
CMYK 0 0.04 0.93 0.31
HSL 57.41º 0.86% 0.37% -
HSV(B) 57.41º 0.93% 0.69% -
XYZ 31.75 37.15 5.88 -
YUV 152.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 175 168 13 0 0.04 0.93 0.31 57.41 0.86 0.37
Hex AF A8 D 0 4 5D 1F 39 56 25
Octal 257 250 15 0 4 135 37 71 126 45
Binary 10101111 10101000 1101 0 100 1011101 11111 111001 1010110 100101

Color Harmonies of #AFA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA80D

Black with #AFA80D

Text Example


Text Example

White with #AFA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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