Html Css Color HEX #A38D18 Lucky

📋 copy color: '#A38D18'

red 163 ◦ green 141 ◦ blue 24

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

Shades of Lucky #A38D18

Tints of Lucky #A38D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

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

R = 49.7%
G = 42.99%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A38D18 (or 0xA38D18) is known color: Lucky. HEX triplet: A3, 8D and 18. RGB value is (163,141,24). Sum of RGB (Red+Green+Blue) = 163+141+24=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D18 is #5C72E7. Grayscale: #868686. Windows color (decimal): -6058728 or 1609123. OLE color: 1609123.

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

Color convert

RGB 163 141 24 -
CMYK 0 0.13 0.85 0.36
HSL 50.5º 0.74% 0.37% -
HSV(B) 50.5º 0.85% 0.64% -
XYZ 24.79 26.9 4.75 -
YUV 134.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 163 141 24 0 0.13 0.85 0.36 50.5 0.74 0.37
Hex A3 8D 18 0 D 55 24 33 4A 25
Octal 243 215 30 0 15 125 44 63 112 45
Binary 10100011 10001101 11000 0 1101 1010101 100100 110011 1001010 100101

Color Harmonies of #A38D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D18

Black with #A38D18

Text Example


Text Example

White with #A38D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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