Html Css Color HEX #AF9B1C Lucky

📋 copy color: '#AF9B1C'

red 175 ◦ green 155 ◦ blue 28

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

Shades of Lucky #AF9B1C

Tints of Lucky #AF9B1C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 48.88%
G = 43.3%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF9B1C (or 0xAF9B1C) is known color: Lucky. HEX triplet: AF, 9B and 1C. RGB value is (175,155,28). Sum of RGB (Red+Green+Blue) = 175+155+28=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B1C is #5064E3. Grayscale: #939393. Windows color (decimal): -5268708 or 1874863. OLE color: 1874863.

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

Color convert

RGB 175 155 28 -
CMYK 0 0.11 0.84 0.31
HSL 51.84º 0.72% 0.4% -
HSV(B) 51.84º 0.84% 0.69% -
XYZ 29.61 32.64 5.84 -
YUV 146.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 175 155 28 0 0.11 0.84 0.31 51.84 0.72 0.4
Hex AF 9B 1C 0 B 54 1F 34 48 28
Octal 257 233 34 0 13 124 37 64 110 50
Binary 10101111 10011011 11100 0 1011 1010100 11111 110100 1001000 101000

Color Harmonies of #AF9B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B1C

Black with #AF9B1C

Text Example


Text Example

White with #AF9B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B1C; }

 p { color: rgb(175,155,28); }

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

background-color css

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

 a { background-color: rgb(175,155,28); }

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

border-color css

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

 span { border-color: rgb(175,155,28); }

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