Html Css Color HEX #AF961E Lucky

📋 copy color: '#AF961E'

red 175 ◦ green 150 ◦ blue 30

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

Shades of Lucky #AF961E

Tints of Lucky #AF961E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 49.3%
G = 42.25%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF961E (or 0xAF961E) is known color: Lucky. HEX triplet: AF, 96 and 1E. RGB value is (175,150,30). Sum of RGB (Red+Green+Blue) = 175+150+30=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF961E is #5069E1. Grayscale: #909090. Windows color (decimal): -5269986 or 2004655. OLE color: 2004655.

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

Color convert

RGB 175 150 30 -
CMYK 0 0.14 0.83 0.31
HSL 49.66º 0.71% 0.4% -
HSV(B) 49.66º 0.83% 0.69% -
XYZ 28.82 31.02 5.7 -
YUV 143.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 175 150 30 0 0.14 0.83 0.31 49.66 0.71 0.4
Hex AF 96 1E 0 E 53 1F 32 47 28
Octal 257 226 36 0 16 123 37 62 107 50
Binary 10101111 10010110 11110 0 1110 1010011 11111 110010 1000111 101000

Color Harmonies of #AF961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF961E

Black with #AF961E

Text Example


Text Example

White with #AF961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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