Html Css Color HEX #AF9F1A Lucky

📋 copy color: '#AF9F1A'

red 175 ◦ green 159 ◦ blue 26

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

Shades of Lucky #AF9F1A

Tints of Lucky #AF9F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 48.61%
G = 44.17%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF9F1A (or 0xAF9F1A) is known color: Lucky. HEX triplet: AF, 9F and 1A. RGB value is (175,159,26). Sum of RGB (Red+Green+Blue) = 175+159+26=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F1A is #5060E5. Grayscale: #959595. Windows color (decimal): -5267686 or 1744815. OLE color: 1744815.

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

Color convert

RGB 175 159 26 -
CMYK 0 0.09 0.85 0.31
HSL 53.56º 0.74% 0.39% -
HSV(B) 53.56º 0.85% 0.69% -
XYZ 30.26 33.98 5.94 -
YUV 148.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 175 159 26 0 0.09 0.85 0.31 53.56 0.74 0.39
Hex AF 9F 1A 0 9 55 1F 36 4A 27
Octal 257 237 32 0 11 125 37 66 112 47
Binary 10101111 10011111 11010 0 1001 1010101 11111 110110 1001010 100111

Color Harmonies of #AF9F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F1A

Black with #AF9F1A

Text Example


Text Example

White with #AF9F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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