Html Css Color HEX #AF920E Lucky

📋 copy color: '#AF920E'

red 175 ◦ green 146 ◦ blue 14

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

Shades of Lucky #AF920E

Tints of Lucky #AF920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 52.24%
G = 43.58%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF920E (or 0xAF920E) is known color: Lucky. HEX triplet: AF, 92 and 0E. RGB value is (175,146,14). Sum of RGB (Red+Green+Blue) = 175+146+14=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF920E is #506DF1. Grayscale: #8C8C8C. Windows color (decimal): -5271026 or 955055. OLE color: 955055.

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

Color convert

RGB 175 146 14 -
CMYK 0 0.17 0.92 0.31
HSL 49.19º 0.85% 0.37% -
HSV(B) 49.19º 0.92% 0.69% -
XYZ 28.04 29.7 4.67 -
YUV 139.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 175 146 14 0 0.17 0.92 0.31 49.19 0.85 0.37
Hex AF 92 E 0 11 5C 1F 31 55 25
Octal 257 222 16 0 21 134 37 61 125 45
Binary 10101111 10010010 1110 0 10001 1011100 11111 110001 1010101 100101

Color Harmonies of #AF920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF920E

Black with #AF920E

Text Example


Text Example

White with #AF920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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