Html Css Color HEX #A38D1A Lucky

📋 copy color: '#A38D1A'

red 163 ◦ green 141 ◦ blue 26

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

Shades of Lucky #A38D1A

Tints of Lucky #A38D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 49.39%
G = 42.73%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A38D1A (or 0xA38D1A) is known color: Lucky. HEX triplet: A3, 8D and 1A. RGB value is (163,141,26). Sum of RGB (Red+Green+Blue) = 163+141+26=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D1A is #5C72E5. Grayscale: #868686. Windows color (decimal): -6058726 or 1740195. OLE color: 1740195.

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

Color convert

RGB 163 141 26 -
CMYK 0 0.13 0.84 0.36
HSL 50.36º 0.72% 0.37% -
HSV(B) 50.36º 0.84% 0.64% -
XYZ 24.82 26.91 4.86 -
YUV 134.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 163 141 26 0 0.13 0.84 0.36 50.36 0.72 0.37
Hex A3 8D 1A 0 D 54 24 32 48 25
Octal 243 215 32 0 15 124 44 62 110 45
Binary 10100011 10001101 11010 0 1101 1010100 100100 110010 1001000 100101

Color Harmonies of #A38D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D1A

Black with #A38D1A

Text Example


Text Example

White with #A38D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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