Html Css Color HEX #A38D0E Lucky

📋 copy color: '#A38D0E'

red 163 ◦ green 141 ◦ blue 14

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

Shades of Lucky #A38D0E

Tints of Lucky #A38D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 51.26%
G = 44.34%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A38D0E (or 0xA38D0E) is known color: Lucky. HEX triplet: A3, 8D and 0E. RGB value is (163,141,14). Sum of RGB (Red+Green+Blue) = 163+141+14=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D0E is #5C72F1. Grayscale: #858585. Windows color (decimal): -6058738 or 953763. OLE color: 953763.

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

Color convert

RGB 163 141 14 -
CMYK 0 0.13 0.91 0.36
HSL 51.14º 0.84% 0.35% -
HSV(B) 51.14º 0.91% 0.64% -
XYZ 24.71 26.87 4.3 -
YUV 133.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 163 141 14 0 0.13 0.91 0.36 51.14 0.84 0.35
Hex A3 8D E 0 D 5B 24 33 54 23
Octal 243 215 16 0 15 133 44 63 124 43
Binary 10100011 10001101 1110 0 1101 1011011 100100 110011 1010100 100011

Color Harmonies of #A38D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D0E

Black with #A38D0E

Text Example


Text Example

White with #A38D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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