Html Css Color HEX #AF960A Lucky

📋 copy color: '#AF960A'

red 175 ◦ green 150 ◦ blue 10

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

Shades of Lucky #AF960A

Tints of Lucky #AF960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 52.24%
G = 44.78%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF960A (or 0xAF960A) is known color: Lucky. HEX triplet: AF, 96 and 0A. RGB value is (175,150,10). Sum of RGB (Red+Green+Blue) = 175+150+10=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF960A is #5069F5. Grayscale: #8E8E8E. Windows color (decimal): -5270006 or 693935. OLE color: 693935.

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

Color convert

RGB 175 150 10 -
CMYK 0 0.14 0.94 0.31
HSL 50.91º 0.89% 0.36% -
HSV(B) 50.91º 0.94% 0.69% -
XYZ 28.64 30.95 4.75 -
YUV 141.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 175 150 10 0 0.14 0.94 0.31 50.91 0.89 0.36
Hex AF 96 A 0 E 5E 1F 33 59 24
Octal 257 226 12 0 16 136 37 63 131 44
Binary 10101111 10010110 1010 0 1110 1011110 11111 110011 1011001 100100

Color Harmonies of #AF960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF960A

Black with #AF960A

Text Example


Text Example

White with #AF960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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