Html Css Color HEX #AFA511 Lucky

📋 copy color: '#AFA511'

red 175 ◦ green 165 ◦ blue 17

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

Shades of Lucky #AFA511

Tints of Lucky #AFA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 49.02%
G = 46.22%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AFA511 (or 0xAFA511) is known color: Lucky. HEX triplet: AF, A5 and 11. RGB value is (175,165,17). Sum of RGB (Red+Green+Blue) = 175+165+17=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA511 is #505AEE. Grayscale: #979797. Windows color (decimal): -5266159 or 1156527. OLE color: 1156527.

HSL color Cylindrical-coordinate representation of color #AFA511: hue angle of 56.2º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFA511 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 17 -
CMYK 0 0.06 0.90 0.31
HSL 56.2º 0.82% 0.38% -
HSV(B) 56.2º 0.9% 0.69% -
XYZ 31.24 36.06 5.85 -
YUV 151.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 175 165 17 0 0.06 0.90 0.31 56.2 0.82 0.38
Hex AF A5 11 0 6 5A 1F 38 52 26
Octal 257 245 21 0 6 132 37 70 122 46
Binary 10101111 10100101 10001 0 110 1011010 11111 111000 1010010 100110

Color Harmonies of #AFA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA511

Black with #AFA511

Text Example


Text Example

White with #AFA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA511; }

 p { color: rgb(175,165,17); }

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

background-color css

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

 a { background-color: rgb(175,165,17); }

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

border-color css

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

 span { border-color: rgb(175,165,17); }

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