Html Css Color HEX #AF960E Lucky

📋 copy color: '#AF960E'

red 175 ◦ green 150 ◦ blue 14

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

Shades of Lucky #AF960E

Tints of Lucky #AF960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 51.62%
G = 44.25%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF960E (or 0xAF960E) is known color: Lucky. HEX triplet: AF, 96 and 0E. RGB value is (175,150,14). Sum of RGB (Red+Green+Blue) = 175+150+14=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF960E is #5069F1. Grayscale: #8E8E8E. Windows color (decimal): -5270002 or 956079. OLE color: 956079.

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

Color convert

RGB 175 150 14 -
CMYK 0 0.14 0.92 0.31
HSL 50.68º 0.85% 0.37% -
HSV(B) 50.68º 0.92% 0.69% -
XYZ 28.66 30.96 4.88 -
YUV 141.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 175 150 14 0 0.14 0.92 0.31 50.68 0.85 0.37
Hex AF 96 E 0 E 5C 1F 33 55 25
Octal 257 226 16 0 16 134 37 63 125 45
Binary 10101111 10010110 1110 0 1110 1011100 11111 110011 1010101 100101

Color Harmonies of #AF960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF960E

Black with #AF960E

Text Example


Text Example

White with #AF960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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