Html Css Color HEX #AF921C Lucky

📋 copy color: '#AF921C'

red 175 ◦ green 146 ◦ blue 28

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

Shades of Lucky #AF921C

Tints of Lucky #AF921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 50.14%
G = 41.83%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF921C (or 0xAF921C) is known color: Lucky. HEX triplet: AF, 92 and 1C. RGB value is (175,146,28). Sum of RGB (Red+Green+Blue) = 175+146+28=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921C is #506DE3. Grayscale: #8D8D8D. Windows color (decimal): -5271012 or 1872559. OLE color: 1872559.

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

Color convert

RGB 175 146 28 -
CMYK 0 0.17 0.84 0.31
HSL 48.16º 0.72% 0.4% -
HSV(B) 48.16º 0.84% 0.69% -
XYZ 28.17 29.76 5.36 -
YUV 141.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 175 146 28 0 0.17 0.84 0.31 48.16 0.72 0.4
Hex AF 92 1C 0 11 54 1F 30 48 28
Octal 257 222 34 0 21 124 37 60 110 50
Binary 10101111 10010010 11100 0 10001 1010100 11111 110000 1001000 101000

Color Harmonies of #AF921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF921C

Black with #AF921C

Text Example


Text Example

White with #AF921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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