Html Css Color HEX #AF9710 Lucky

📋 copy color: '#AF9710'

red 175 ◦ green 151 ◦ blue 16

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

Shades of Lucky #AF9710

Tints of Lucky #AF9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

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

R = 51.17%
G = 44.15%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF9710 (or 0xAF9710) is known color: Lucky. HEX triplet: AF, 97 and 10. RGB value is (175,151,16). Sum of RGB (Red+Green+Blue) = 175+151+16=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9710 is #5068EF. Grayscale: #8F8F8F. Windows color (decimal): -5269744 or 1087407. OLE color: 1087407.

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

Color convert

RGB 175 151 16 -
CMYK 0 0.14 0.91 0.31
HSL 50.94º 0.83% 0.37% -
HSV(B) 50.94º 0.91% 0.69% -
XYZ 28.84 31.28 5.01 -
YUV 142.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 175 151 16 0 0.14 0.91 0.31 50.94 0.83 0.37
Hex AF 97 10 0 E 5B 1F 33 53 25
Octal 257 227 20 0 16 133 37 63 123 45
Binary 10101111 10010111 10000 0 1110 1011011 11111 110011 1010011 100101

Color Harmonies of #AF9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9710

Black with #AF9710

Text Example


Text Example

White with #AF9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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