Html Css Color HEX #AFA70D Lucky

📋 copy color: '#AFA70D'

red 175 ◦ green 167 ◦ blue 13

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

Shades of Lucky #AFA70D

Tints of Lucky #AFA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.04%

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

R = 49.3%
G = 47.04%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA70D (or 0xAFA70D) is known color: Lucky. HEX triplet: AF, A7 and 0D. RGB value is (175,167,13). Sum of RGB (Red+Green+Blue) = 175+167+13=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA70D is #5058F2. Grayscale: #989898. Windows color (decimal): -5265651 or 894895. OLE color: 894895.

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

Color convert

RGB 175 167 13 -
CMYK 0 0.05 0.93 0.31
HSL 57.04º 0.86% 0.37% -
HSV(B) 57.04º 0.93% 0.69% -
XYZ 31.57 36.78 5.82 -
YUV 151.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 175 167 13 0 0.05 0.93 0.31 57.04 0.86 0.37
Hex AF A7 D 0 5 5D 1F 39 56 25
Octal 257 247 15 0 5 135 37 71 126 45
Binary 10101111 10100111 1101 0 101 1011101 11111 111001 1010110 100101

Color Harmonies of #AFA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA70D

Black with #AFA70D

Text Example


Text Example

White with #AFA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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