Html Css Color HEX #AFA214 Lucky

📋 copy color: '#AFA214'

red 175 ◦ green 162 ◦ blue 20

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

Shades of Lucky #AFA214

Tints of Lucky #AFA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 49.02%
G = 45.38%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA214 (or 0xAFA214) is known color: Lucky. HEX triplet: AF, A2 and 14. RGB value is (175,162,20). Sum of RGB (Red+Green+Blue) = 175+162+20=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA214 is #505DEB. Grayscale: #969696. Windows color (decimal): -5266924 or 1352367. OLE color: 1352367.

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

Color convert

RGB 175 162 20 -
CMYK 0 0.07 0.89 0.31
HSL 54.97º 0.79% 0.38% -
HSV(B) 54.97º 0.89% 0.69% -
XYZ 30.73 35.01 5.8 -
YUV 149.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 175 162 20 0 0.07 0.89 0.31 54.97 0.79 0.38
Hex AF A2 14 0 7 59 1F 37 4F 26
Octal 257 242 24 0 7 131 37 67 117 46
Binary 10101111 10100010 10100 0 111 1011001 11111 110111 1001111 100110

Color Harmonies of #AFA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA214

Black with #AFA214

Text Example


Text Example

White with #AFA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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