Html Css Color HEX #A49F23 Lucky

📋 copy color: '#A49F23'

red 164 ◦ green 159 ◦ blue 35

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

Shades of Lucky #A49F23

Tints of Lucky #A49F23

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 45.81%
G = 44.41%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49F23 (or 0xA49F23) is known color: Lucky. HEX triplet: A4, 9F and 23. RGB value is (164,159,35). Sum of RGB (Red+Green+Blue) = 164+159+35=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F23 is #5B60DC. Grayscale: #929292. Windows color (decimal): -5988573 or 2334628. OLE color: 2334628.

HSL color Cylindrical-coordinate representation of color #A49F23: hue angle of 57.67º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A49F23 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 35 -
CMYK 0 0.03 0.79 0.36
HSL 57.67º 0.65% 0.39% -
HSV(B) 57.67º 0.79% 0.64% -
XYZ 28.01 32.81 6.45 -
YUV 146.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 164 159 35 0 0.03 0.79 0.36 57.67 0.65 0.39
Hex A4 9F 23 0 3 4F 24 3A 41 27
Octal 244 237 43 0 3 117 44 72 101 47
Binary 10100100 10011111 100011 0 11 1001111 100100 111010 1000001 100111

Color Harmonies of #A49F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F23

Black with #A49F23

Text Example


Text Example

White with #A49F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F23; }

 p { color: rgb(164,159,35); }

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

background-color css

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

 a { background-color: rgb(164,159,35); }

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

border-color css

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

 span { border-color: rgb(164,159,35); }

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