Html Css Color HEX #AFA70A Lucky

📋 copy color: '#AFA70A'

red 175 ◦ green 167 ◦ blue 10

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

Shades of Lucky #AFA70A

Tints of Lucky #AFA70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 49.72%
G = 47.44%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA70A (or 0xAFA70A) is known color: Lucky. HEX triplet: AF, A7 and 0A. RGB value is (175,167,10). Sum of RGB (Red+Green+Blue) = 175+167+10=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA70A is #5058F5. Grayscale: #989898. Windows color (decimal): -5265654 or 698287. OLE color: 698287.

HSL color Cylindrical-coordinate representation of color #AFA70A: hue angle of 57.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFA70A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 167 10 -
CMYK 0 0.05 0.94 0.31
HSL 57.09º 0.89% 0.36% -
HSV(B) 57.09º 0.94% 0.69% -
XYZ 31.55 36.77 5.72 -
YUV 151.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 175 167 10 0 0.05 0.94 0.31 57.09 0.89 0.36
Hex AF A7 A 0 5 5E 1F 39 59 24
Octal 257 247 12 0 5 136 37 71 131 44
Binary 10101111 10100111 1010 0 101 1011110 11111 111001 1011001 100100

Color Harmonies of #AFA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA70A

Black with #AFA70A

Text Example


Text Example

White with #AFA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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