Html Css Color HEX #A39508 Lucky

📋 copy color: '#A39508'

red 163 ◦ green 149 ◦ blue 8

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

Shades of Lucky #A39508

Tints of Lucky #A39508

RGB

 RED value IS 163 (64.06% from 255) = 50.94%

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

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 50.94%
G = 46.56%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A39508 (or 0xA39508) is known color: Lucky. HEX triplet: A3, 95 and 08. RGB value is (163,149,8). Sum of RGB (Red+Green+Blue) = 163+149+8=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A39508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39508 is #5C6AF7. Grayscale: #898989. Windows color (decimal): -6056696 or 562595. OLE color: 562595.

HSL color Cylindrical-coordinate representation of color #A39508: hue angle of 54.58º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A39508 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 149 8 -
CMYK 0 0.09 0.95 0.36
HSL 54.58º 0.91% 0.34% -
HSV(B) 54.58º 0.95% 0.64% -
XYZ 25.9 29.3 4.52 -
YUV 137.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 163 149 8 0 0.09 0.95 0.36 54.58 0.91 0.34
Hex A3 95 8 0 9 5F 24 37 5B 22
Octal 243 225 10 0 11 137 44 67 133 42
Binary 10100011 10010101 1000 0 1001 1011111 100100 110111 1011011 100010

Color Harmonies of #A39508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39508

Black with #A39508

Text Example


Text Example

White with #A39508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39508; }

 p { color: rgb(163,149,8); }

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

background-color css

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

 a { background-color: rgb(163,149,8); }

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

border-color css

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

 span { border-color: rgb(163,149,8); }

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