Html Css Color HEX #AF981B Lucky

📋 copy color: '#AF981B'

red 175 ◦ green 152 ◦ blue 27

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

Shades of Lucky #AF981B

Tints of Lucky #AF981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 49.44%
G = 42.94%
B = 7.63%

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

#AF981B (or 0xAF981B) is known color: Lucky. HEX triplet: AF, 98 and 1B. RGB value is (175,152,27). Sum of RGB (Red+Green+Blue) = 175+152+27=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF981B is #5067E4. Grayscale: #919191. Windows color (decimal): -5269477 or 1808559. OLE color: 1808559.

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

Color convert

RGB 175 152 27 -
CMYK 0 0.13 0.85 0.31
HSL 50.68º 0.73% 0.4% -
HSV(B) 50.68º 0.85% 0.69% -
XYZ 29.11 31.65 5.61 -
YUV 144.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 175 152 27 0 0.13 0.85 0.31 50.68 0.73 0.4
Hex AF 98 1B 0 D 55 1F 33 49 28
Octal 257 230 33 0 15 125 37 63 111 50
Binary 10101111 10011000 11011 0 1101 1010101 11111 110011 1001001 101000

Color Harmonies of #AF981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF981B

Black with #AF981B

Text Example


Text Example

White with #AF981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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