Html Css Color HEX #AF981A Lucky

📋 copy color: '#AF981A'

red 175 ◦ green 152 ◦ blue 26

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

Shades of Lucky #AF981A

Tints of Lucky #AF981A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 49.58%
G = 43.06%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF981A (or 0xAF981A) is known color: Lucky. HEX triplet: AF, 98 and 1A. RGB value is (175,152,26). Sum of RGB (Red+Green+Blue) = 175+152+26=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF981A is #5067E5. Grayscale: #919191. Windows color (decimal): -5269478 or 1743023. OLE color: 1743023.

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

Color convert

RGB 175 152 26 -
CMYK 0 0.13 0.85 0.31
HSL 50.74º 0.74% 0.39% -
HSV(B) 50.74º 0.85% 0.69% -
XYZ 29.09 31.65 5.55 -
YUV 144.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 175 152 26 0 0.13 0.85 0.31 50.74 0.74 0.39
Hex AF 98 1A 0 D 55 1F 33 4A 27
Octal 257 230 32 0 15 125 37 63 112 47
Binary 10101111 10011000 11010 0 1101 1010101 11111 110011 1001010 100111

Color Harmonies of #AF981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF981A

Black with #AF981A

Text Example


Text Example

White with #AF981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF981A; }

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

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

background-color css

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

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

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

border-color css

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

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

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