Html Css Color HEX #A49C23 Lucky

📋 copy color: '#A49C23'

red 164 ◦ green 156 ◦ blue 35

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

Shades of Lucky #A49C23

Tints of Lucky #A49C23

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

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

R = 46.2%
G = 43.94%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49C23 (or 0xA49C23) is known color: Lucky. HEX triplet: A4, 9C and 23. RGB value is (164,156,35). Sum of RGB (Red+Green+Blue) = 164+156+35=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C23 is #5B63DC. Grayscale: #919191. Windows color (decimal): -5989341 or 2333860. OLE color: 2333860.

HSL color Cylindrical-coordinate representation of color #A49C23: hue angle of 56.28º 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 #A49C23 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 35 -
CMYK 0 0.05 0.79 0.36
HSL 56.28º 0.65% 0.39% -
HSV(B) 56.28º 0.79% 0.64% -
XYZ 27.5 31.79 6.28 -
YUV 144.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 164 156 35 0 0.05 0.79 0.36 56.28 0.65 0.39
Hex A4 9C 23 0 5 4F 24 38 41 27
Octal 244 234 43 0 5 117 44 70 101 47
Binary 10100100 10011100 100011 0 101 1001111 100100 111000 1000001 100111

Color Harmonies of #A49C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C23

Black with #A49C23

Text Example


Text Example

White with #A49C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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