Html Css Color HEX #AF921E Lucky

📋 copy color: '#AF921E'

red 175 ◦ green 146 ◦ blue 30

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

Shades of Lucky #AF921E

Tints of Lucky #AF921E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 49.86%
G = 41.6%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF921E (or 0xAF921E) is known color: Lucky. HEX triplet: AF, 92 and 1E. RGB value is (175,146,30). Sum of RGB (Red+Green+Blue) = 175+146+30=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921E is #506DE1. Grayscale: #8D8D8D. Windows color (decimal): -5271010 or 2003631. OLE color: 2003631.

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

Color convert

RGB 175 146 30 -
CMYK 0 0.17 0.83 0.31
HSL 48º 0.71% 0.4% -
HSV(B) 48º 0.83% 0.69% -
XYZ 28.19 29.77 5.49 -
YUV 141.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 175 146 30 0 0.17 0.83 0.31 48 0.71 0.4
Hex AF 92 1E 0 11 53 1F 30 47 28
Octal 257 222 36 0 21 123 37 60 107 50
Binary 10101111 10010010 11110 0 10001 1010011 11111 110000 1000111 101000

Color Harmonies of #AF921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF921E

Black with #AF921E

Text Example


Text Example

White with #AF921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF921E; }

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

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

background-color css

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

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

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

border-color css

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

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

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