Html Css Color HEX #AFA010 Lucky

📋 copy color: '#AFA010'

red 175 ◦ green 160 ◦ blue 16

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

Shades of Lucky #AFA010

Tints of Lucky #AFA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 49.86%
G = 45.58%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFA010 (or 0xAFA010) is known color: Lucky. HEX triplet: AF, A0 and 10. RGB value is (175,160,16). Sum of RGB (Red+Green+Blue) = 175+160+16=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA010 is #505FEF. Grayscale: #949494. Windows color (decimal): -5267440 or 1089711. OLE color: 1089711.

HSL color Cylindrical-coordinate representation of color #AFA010: hue angle of 54.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFA010 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 16 -
CMYK 0 0.09 0.91 0.31
HSL 54.34º 0.83% 0.37% -
HSV(B) 54.34º 0.91% 0.69% -
XYZ 30.34 34.29 5.51 -
YUV 148.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 175 160 16 0 0.09 0.91 0.31 54.34 0.83 0.37
Hex AF A0 10 0 9 5B 1F 36 53 25
Octal 257 240 20 0 11 133 37 66 123 45
Binary 10101111 10100000 10000 0 1001 1011011 11111 110110 1010011 100101

Color Harmonies of #AFA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA010

Black with #AFA010

Text Example


Text Example

White with #AFA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA010; }

 p { color: rgb(175,160,16); }

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

background-color css

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

 a { background-color: rgb(175,160,16); }

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

border-color css

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

 span { border-color: rgb(175,160,16); }

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