Html Css Color HEX #A39618 Lucky

📋 copy color: '#A39618'

red 163 ◦ green 150 ◦ blue 24

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

Shades of Lucky #A39618

Tints of Lucky #A39618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 48.37%
G = 44.51%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A39618 (or 0xA39618) is known color: Lucky. HEX triplet: A3, 96 and 18. RGB value is (163,150,24). Sum of RGB (Red+Green+Blue) = 163+150+24=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A39618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39618 is #5C69E7. Grayscale: #8C8C8C. Windows color (decimal): -6056424 or 1611427. OLE color: 1611427.

HSL color Cylindrical-coordinate representation of color #A39618: hue angle of 54.39º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A39618 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 24 -
CMYK 0 0.08 0.85 0.36
HSL 54.39º 0.74% 0.37% -
HSV(B) 54.39º 0.85% 0.64% -
XYZ 26.18 29.67 5.21 -
YUV 139.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 163 150 24 0 0.08 0.85 0.36 54.39 0.74 0.37
Hex A3 96 18 0 8 55 24 36 4A 25
Octal 243 226 30 0 10 125 44 66 112 45
Binary 10100011 10010110 11000 0 1000 1010101 100100 110110 1001010 100101

Color Harmonies of #A39618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39618

Black with #A39618

Text Example


Text Example

White with #A39618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39618; }

 p { color: rgb(163,150,24); }

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

background-color css

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

 a { background-color: rgb(163,150,24); }

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

border-color css

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

 span { border-color: rgb(163,150,24); }

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