Html Css Color HEX #AF951E Lucky

📋 copy color: '#AF951E'

red 175 ◦ green 149 ◦ blue 30

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

Shades of Lucky #AF951E

Tints of Lucky #AF951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 49.44%
G = 42.09%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF951E (or 0xAF951E) is known color: Lucky. HEX triplet: AF, 95 and 1E. RGB value is (175,149,30). Sum of RGB (Red+Green+Blue) = 175+149+30=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF951E is #506AE1. Grayscale: #8F8F8F. Windows color (decimal): -5270242 or 2004399. OLE color: 2004399.

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

Color convert

RGB 175 149 30 -
CMYK 0 0.15 0.83 0.31
HSL 49.24º 0.71% 0.4% -
HSV(B) 49.24º 0.83% 0.69% -
XYZ 28.66 30.7 5.64 -
YUV 143.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 175 149 30 0 0.15 0.83 0.31 49.24 0.71 0.4
Hex AF 95 1E 0 F 53 1F 31 47 28
Octal 257 225 36 0 17 123 37 61 107 50
Binary 10101111 10010101 11110 0 1111 1010011 11111 110001 1000111 101000

Color Harmonies of #AF951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF951E

Black with #AF951E

Text Example


Text Example

White with #AF951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF951E; }

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

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

background-color css

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

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

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

border-color css

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

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

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