Html Css Color HEX #A59A0D Lucky

📋 copy color: '#A59A0D'

red 165 ◦ green 154 ◦ blue 13

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

Shades of Lucky #A59A0D

Tints of Lucky #A59A0D

RGB

 RED value IS 165 (64.84% from 255) = 49.7%

 GREEN value IS 154 (60.55% from 255) = 46.39%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 49.7%
G = 46.39%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A59A0D (or 0xA59A0D) is known color: Lucky. HEX triplet: A5, 9A and 0D. RGB value is (165,154,13). Sum of RGB (Red+Green+Blue) = 165+154+13=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59A0D is #5A65F2. Grayscale: #8D8D8D. Windows color (decimal): -5924339 or 891557. OLE color: 891557.

HSL color Cylindrical-coordinate representation of color #A59A0D: hue angle of 55.66º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A59A0D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 13 -
CMYK 0 0.07 0.92 0.35
HSL 55.66º 0.85% 0.35% -
HSV(B) 55.66º 0.92% 0.65% -
XYZ 27.15 31.14 4.96 -
YUV 141.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 165 154 13 0 0.07 0.92 0.35 55.66 0.85 0.35
Hex A5 9A D 0 7 5C 23 38 55 23
Octal 245 232 15 0 7 134 43 70 125 43
Binary 10100101 10011010 1101 0 111 1011100 100011 111000 1010101 100011

Color Harmonies of #A59A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A0D

Black with #A59A0D

Text Example


Text Example

White with #A59A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A0D; }

 p { color: rgb(165,154,13); }

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

background-color css

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

 a { background-color: rgb(165,154,13); }

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

border-color css

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

 span { border-color: rgb(165,154,13); }

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