Html Css Color HEX #AFA512 Lucky

📋 copy color: '#AFA512'

red 175 ◦ green 165 ◦ blue 18

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

Shades of Lucky #AFA512

Tints of Lucky #AFA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 48.88%
G = 46.09%
B = 5.03%

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

#AFA512 (or 0xAFA512) is known color: Lucky. HEX triplet: AF, A5 and 12. RGB value is (175,165,18). Sum of RGB (Red+Green+Blue) = 175+165+18=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA512 is #505AED. Grayscale: #979797. Windows color (decimal): -5266158 or 1222063. OLE color: 1222063.

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

Color convert

RGB 175 165 18 -
CMYK 0 0.06 0.90 0.31
HSL 56.18º 0.81% 0.38% -
HSV(B) 56.18º 0.9% 0.69% -
XYZ 31.24 36.07 5.89 -
YUV 151.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 175 165 18 0 0.06 0.90 0.31 56.18 0.81 0.38
Hex AF A5 12 0 6 5A 1F 38 51 26
Octal 257 245 22 0 6 132 37 70 121 46
Binary 10101111 10100101 10010 0 110 1011010 11111 111000 1010001 100110

Color Harmonies of #AFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA512

Black with #AFA512

Text Example


Text Example

White with #AFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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