Html Css Color HEX #AF901A Lucky

📋 copy color: '#AF901A'

red 175 ◦ green 144 ◦ blue 26

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

Shades of Lucky #AF901A

Tints of Lucky #AF901A

RGB

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

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

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

R = 50.72%
G = 41.74%
B = 7.54%

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

#AF901A (or 0xAF901A) is known color: Lucky. HEX triplet: AF, 90 and 1A. RGB value is (175,144,26). Sum of RGB (Red+Green+Blue) = 175+144+26=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901A is #506FE5. Grayscale: #8C8C8C. Windows color (decimal): -5271526 or 1740975. OLE color: 1740975.

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

Color convert

RGB 175 144 26 -
CMYK 0 0.18 0.85 0.31
HSL 47.52º 0.74% 0.39% -
HSV(B) 47.52º 0.85% 0.69% -
XYZ 27.84 29.14 5.13 -
YUV 139.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 175 144 26 0 0.18 0.85 0.31 47.52 0.74 0.39
Hex AF 90 1A 0 12 55 1F 30 4A 27
Octal 257 220 32 0 22 125 37 60 112 47
Binary 10101111 10010000 11010 0 10010 1010101 11111 110000 1001010 100111

Color Harmonies of #AF901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF901A

Black with #AF901A

Text Example


Text Example

White with #AF901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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