Html Css Color HEX #A38D19 Lucky

📋 copy color: '#A38D19'

red 163 ◦ green 141 ◦ blue 25

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

Shades of Lucky #A38D19

Tints of Lucky #A38D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 49.54%
G = 42.86%
B = 7.6%

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

#A38D19 (or 0xA38D19) is known color: Lucky. HEX triplet: A3, 8D and 19. RGB value is (163,141,25). Sum of RGB (Red+Green+Blue) = 163+141+25=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D19 is #5C72E6. Grayscale: #868686. Windows color (decimal): -6058727 or 1674659. OLE color: 1674659.

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

Color convert

RGB 163 141 25 -
CMYK 0 0.13 0.85 0.36
HSL 50.43º 0.73% 0.37% -
HSV(B) 50.43º 0.85% 0.64% -
XYZ 24.8 26.91 4.81 -
YUV 134.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 163 141 25 0 0.13 0.85 0.36 50.43 0.73 0.37
Hex A3 8D 19 0 D 55 24 32 49 25
Octal 243 215 31 0 15 125 44 62 111 45
Binary 10100011 10001101 11001 0 1101 1010101 100100 110010 1001001 100101

Color Harmonies of #A38D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D19

Black with #A38D19

Text Example


Text Example

White with #A38D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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