Html Css Color HEX #A38B0E Lucky

📋 copy color: '#A38B0E'

red 163 ◦ green 139 ◦ blue 14

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

Shades of Lucky #A38B0E

Tints of Lucky #A38B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

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

R = 51.58%
G = 43.99%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A38B0E (or 0xA38B0E) is known color: Lucky. HEX triplet: A3, 8B and 0E. RGB value is (163,139,14). Sum of RGB (Red+Green+Blue) = 163+139+14=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38B0E is #5C74F1. Grayscale: #848484. Windows color (decimal): -6059250 or 953251. OLE color: 953251.

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

Color convert

RGB 163 139 14 -
CMYK 0 0.15 0.91 0.36
HSL 50.34º 0.84% 0.35% -
HSV(B) 50.34º 0.91% 0.64% -
XYZ 24.42 26.28 4.2 -
YUV 131.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 163 139 14 0 0.15 0.91 0.36 50.34 0.84 0.35
Hex A3 8B E 0 F 5B 24 32 54 23
Octal 243 213 16 0 17 133 44 62 124 43
Binary 10100011 10001011 1110 0 1111 1011011 100100 110010 1010100 100011

Color Harmonies of #A38B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B0E

Black with #A38B0E

Text Example


Text Example

White with #A38B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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