Html Css Color HEX #AF901B Lucky

📋 copy color: '#AF901B'

red 175 ◦ green 144 ◦ blue 27

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

Shades of Lucky #AF901B

Tints of Lucky #AF901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

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

R = 50.58%
G = 41.62%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF901B (or 0xAF901B) is known color: Lucky. HEX triplet: AF, 90 and 1B. RGB value is (175,144,27). Sum of RGB (Red+Green+Blue) = 175+144+27=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901B is #506FE4. Grayscale: #8C8C8C. Windows color (decimal): -5271525 or 1806511. OLE color: 1806511.

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

Color convert

RGB 175 144 27 -
CMYK 0 0.18 0.85 0.31
HSL 47.43º 0.73% 0.4% -
HSV(B) 47.43º 0.85% 0.69% -
XYZ 27.85 29.14 5.19 -
YUV 139.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 175 144 27 0 0.18 0.85 0.31 47.43 0.73 0.4
Hex AF 90 1B 0 12 55 1F 2F 49 28
Octal 257 220 33 0 22 125 37 57 111 50
Binary 10101111 10010000 11011 0 10010 1010101 11111 101111 1001001 101000

Color Harmonies of #AF901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF901B

Black with #AF901B

Text Example


Text Example

White with #AF901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF901B; }

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

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

background-color css

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

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

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

border-color css

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

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

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