Html Css Color HEX #AFA413 Lucky

📋 copy color: '#AFA413'

red 175 ◦ green 164 ◦ blue 19

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

Shades of Lucky #AFA413

Tints of Lucky #AFA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.81%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 48.88%
G = 45.81%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA413 (or 0xAFA413) is known color: Lucky. HEX triplet: AF, A4 and 13. RGB value is (175,164,19). Sum of RGB (Red+Green+Blue) = 175+164+19=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA413 is #505BEC. Grayscale: #979797. Windows color (decimal): -5266413 or 1287343. OLE color: 1287343.

HSL color Cylindrical-coordinate representation of color #AFA413: hue angle of 55.77º degrees, saturation: 0.8, 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 #AFA413 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 19 -
CMYK 0 0.06 0.89 0.31
HSL 55.77º 0.8% 0.38% -
HSV(B) 55.77º 0.89% 0.69% -
XYZ 31.07 35.71 5.87 -
YUV 150.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 175 164 19 0 0.06 0.89 0.31 55.77 0.8 0.38
Hex AF A4 13 0 6 59 1F 38 50 26
Octal 257 244 23 0 6 131 37 70 120 46
Binary 10101111 10100100 10011 0 110 1011001 11111 111000 1010000 100110

Color Harmonies of #AFA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA413

Black with #AFA413

Text Example


Text Example

White with #AFA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA413; }

 p { color: rgb(175,164,19); }

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

background-color css

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

 a { background-color: rgb(175,164,19); }

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

border-color css

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

 span { border-color: rgb(175,164,19); }

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