Html Css Color HEX #AF981D Lucky

📋 copy color: '#AF981D'

red 175 ◦ green 152 ◦ blue 29

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

Shades of Lucky #AF981D

Tints of Lucky #AF981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 49.16%
G = 42.7%
B = 8.15%

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

#AF981D (or 0xAF981D) is known color: Lucky. HEX triplet: AF, 98 and 1D. RGB value is (175,152,29). Sum of RGB (Red+Green+Blue) = 175+152+29=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF981D is #5067E2. Grayscale: #919191. Windows color (decimal): -5269475 or 1939631. OLE color: 1939631.

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

Color convert

RGB 175 152 29 -
CMYK 0 0.13 0.83 0.31
HSL 50.55º 0.72% 0.4% -
HSV(B) 50.55º 0.83% 0.69% -
XYZ 29.13 31.66 5.74 -
YUV 144.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 175 152 29 0 0.13 0.83 0.31 50.55 0.72 0.4
Hex AF 98 1D 0 D 53 1F 33 48 28
Octal 257 230 35 0 15 123 37 63 110 50
Binary 10101111 10011000 11101 0 1101 1010011 11111 110011 1001000 101000

Color Harmonies of #AF981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF981D

Black with #AF981D

Text Example


Text Example

White with #AF981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF981D; }

 p { color: rgb(175,152,29); }

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

background-color css

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

 a { background-color: rgb(175,152,29); }

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

border-color css

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

 span { border-color: rgb(175,152,29); }

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