Html Css Color HEX #A4A326 Lucky

📋 copy color: '#A4A326'

red 164 ◦ green 163 ◦ blue 38

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

Shades of Lucky #A4A326

Tints of Lucky #A4A326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 44.93%
G = 44.66%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A4A326 (or 0xA4A326) is known color: Lucky. HEX triplet: A4, A3 and 26. RGB value is (164,163,38). Sum of RGB (Red+Green+Blue) = 164+163+38=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A326 is #5B5CD9. Grayscale: #959595. Windows color (decimal): -5987546 or 2532260. OLE color: 2532260.

HSL color Cylindrical-coordinate representation of color #A4A326: hue angle of 59.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4A326 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 163 38 -
CMYK 0 0.01 0.77 0.36
HSL 59.52º 0.62% 0.4% -
HSV(B) 59.52º 0.77% 0.64% -
XYZ 28.76 34.23 6.92 -
YUV 149.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 164 163 38 0 0.01 0.77 0.36 59.52 0.62 0.4
Hex A4 A3 26 0 1 4D 24 3C 3E 28
Octal 244 243 46 0 1 115 44 74 76 50
Binary 10100100 10100011 100110 0 1 1001101 100100 111100 111110 101000

Color Harmonies of #A4A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A326

Black with #A4A326

Text Example


Text Example

White with #A4A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A326; }

 p { color: rgb(164,163,38); }

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

background-color css

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

 a { background-color: rgb(164,163,38); }

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

border-color css

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

 span { border-color: rgb(164,163,38); }

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