Html Css Color HEX #AF950A Lucky

📋 copy color: '#AF950A'

red 175 ◦ green 149 ◦ blue 10

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

Shades of Lucky #AF950A

Tints of Lucky #AF950A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 52.4%
G = 44.61%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF950A (or 0xAF950A) is known color: Lucky. HEX triplet: AF, 95 and 0A. RGB value is (175,149,10). Sum of RGB (Red+Green+Blue) = 175+149+10=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF950A is #506AF5. Grayscale: #8D8D8D. Windows color (decimal): -5270262 or 693679. OLE color: 693679.

HSL color Cylindrical-coordinate representation of color #AF950A: hue angle of 50.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF950A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 10 -
CMYK 0 0.15 0.94 0.31
HSL 50.55º 0.89% 0.36% -
HSV(B) 50.55º 0.94% 0.69% -
XYZ 28.48 30.63 4.7 -
YUV 140.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 175 149 10 0 0.15 0.94 0.31 50.55 0.89 0.36
Hex AF 95 A 0 F 5E 1F 33 59 24
Octal 257 225 12 0 17 136 37 63 131 44
Binary 10101111 10010101 1010 0 1111 1011110 11111 110011 1011001 100100

Color Harmonies of #AF950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF950A

Black with #AF950A

Text Example


Text Example

White with #AF950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF950A; }

 p { color: rgb(175,149,10); }

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

background-color css

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

 a { background-color: rgb(175,149,10); }

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

border-color css

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

 span { border-color: rgb(175,149,10); }

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