Html Css Color HEX #AFA207 Lucky

📋 copy color: '#AFA207'

red 175 ◦ green 162 ◦ blue 7

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

Shades of Lucky #AFA207

Tints of Lucky #AFA207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.09%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 50.87%
G = 47.09%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AFA207 (or 0xAFA207) is known color: Lucky. HEX triplet: AF, A2 and 07. RGB value is (175,162,7). Sum of RGB (Red+Green+Blue) = 175+162+7=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA207 is #505DF8. Grayscale: #949494. Windows color (decimal): -5266937 or 500399. OLE color: 500399.

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

Color convert

RGB 175 162 7 -
CMYK 0 0.07 0.96 0.31
HSL 55.36º 0.92% 0.36% -
HSV(B) 55.36º 0.96% 0.69% -
XYZ 30.64 34.97 5.34 -
YUV 148.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 175 162 7 0 0.07 0.96 0.31 55.36 0.92 0.36
Hex AF A2 7 0 7 60 1F 37 5C 24
Octal 257 242 7 0 7 140 37 67 134 44
Binary 10101111 10100010 111 0 111 1100000 11111 110111 1011100 100100

Color Harmonies of #AFA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA207

Black with #AFA207

Text Example


Text Example

White with #AFA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA207; }

 p { color: rgb(175,162,7); }

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

background-color css

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

 a { background-color: rgb(175,162,7); }

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

border-color css

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

 span { border-color: rgb(175,162,7); }

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