Html Css Color HEX #AFA310 Lucky

📋 copy color: '#AFA310'

red 175 ◦ green 163 ◦ blue 16

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

Shades of Lucky #AFA310

Tints of Lucky #AFA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

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

R = 49.44%
G = 46.05%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFA310 (or 0xAFA310) is known color: Lucky. HEX triplet: AF, A3 and 10. RGB value is (175,163,16). Sum of RGB (Red+Green+Blue) = 175+163+16=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA310 is #505CEF. Grayscale: #969696. Windows color (decimal): -5266672 or 1090479. OLE color: 1090479.

HSL color Cylindrical-coordinate representation of color #AFA310: hue angle of 55.47º 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 #AFA310 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 16 -
CMYK 0 0.07 0.91 0.31
HSL 55.47º 0.83% 0.37% -
HSV(B) 55.47º 0.91% 0.69% -
XYZ 30.87 35.35 5.69 -
YUV 149.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 175 163 16 0 0.07 0.91 0.31 55.47 0.83 0.37
Hex AF A3 10 0 7 5B 1F 37 53 25
Octal 257 243 20 0 7 133 37 67 123 45
Binary 10101111 10100011 10000 0 111 1011011 11111 110111 1010011 100101

Color Harmonies of #AFA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA310

Black with #AFA310

Text Example


Text Example

White with #AFA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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