Html Css Color HEX #A38D0D Lucky

📋 copy color: '#A38D0D'

red 163 ◦ green 141 ◦ blue 13

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

Shades of Lucky #A38D0D

Tints of Lucky #A38D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 51.42%
G = 44.48%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A38D0D (or 0xA38D0D) is known color: Lucky. HEX triplet: A3, 8D and 0D. RGB value is (163,141,13). Sum of RGB (Red+Green+Blue) = 163+141+13=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D0D is #5C72F2. Grayscale: #858585. Windows color (decimal): -6058739 or 888227. OLE color: 888227.

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

Color convert

RGB 163 141 13 -
CMYK 0 0.13 0.92 0.36
HSL 51.2º 0.85% 0.35% -
HSV(B) 51.2º 0.92% 0.64% -
XYZ 24.7 26.87 4.26 -
YUV 132.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 163 141 13 0 0.13 0.92 0.36 51.2 0.85 0.35
Hex A3 8D D 0 D 5C 24 33 55 23
Octal 243 215 15 0 15 134 44 63 125 43
Binary 10100011 10001101 1101 0 1101 1011100 100100 110011 1010101 100011

Color Harmonies of #A38D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D0D

Black with #A38D0D

Text Example


Text Example

White with #A38D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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