Html Css Color HEX #AF991E Lucky

📋 copy color: '#AF991E'

red 175 ◦ green 153 ◦ blue 30

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

Shades of Lucky #AF991E

Tints of Lucky #AF991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 48.88%
G = 42.74%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF991E (or 0xAF991E) is known color: Lucky. HEX triplet: AF, 99 and 1E. RGB value is (175,153,30). Sum of RGB (Red+Green+Blue) = 175+153+30=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF991E is #5066E1. Grayscale: #929292. Windows color (decimal): -5269218 or 2005423. OLE color: 2005423.

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

Color convert

RGB 175 153 30 -
CMYK 0 0.13 0.83 0.31
HSL 50.9º 0.71% 0.4% -
HSV(B) 50.9º 0.83% 0.69% -
XYZ 29.3 31.99 5.86 -
YUV 145.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 175 153 30 0 0.13 0.83 0.31 50.9 0.71 0.4
Hex AF 99 1E 0 D 53 1F 33 47 28
Octal 257 231 36 0 15 123 37 63 107 50
Binary 10101111 10011001 11110 0 1101 1010011 11111 110011 1000111 101000

Color Harmonies of #AF991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF991E

Black with #AF991E

Text Example


Text Example

White with #AF991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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