Html Css Color HEX #A38A0E Lucky

📋 copy color: '#A38A0E'

red 163 ◦ green 138 ◦ blue 14

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

Shades of Lucky #A38A0E

Tints of Lucky #A38A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 51.75%
G = 43.81%
B = 4.44%

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

#A38A0E (or 0xA38A0E) is known color: Lucky. HEX triplet: A3, 8A and 0E. RGB value is (163,138,14). Sum of RGB (Red+Green+Blue) = 163+138+14=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A0E is #5C75F1. Grayscale: #838383. Windows color (decimal): -6059506 or 952995. OLE color: 952995.

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

Color convert

RGB 163 138 14 -
CMYK 0 0.15 0.91 0.36
HSL 49.93º 0.84% 0.35% -
HSV(B) 49.93º 0.91% 0.64% -
XYZ 24.27 26 4.15 -
YUV 131.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 163 138 14 0 0.15 0.91 0.36 49.93 0.84 0.35
Hex A3 8A E 0 F 5B 24 32 54 23
Octal 243 212 16 0 17 133 44 62 124 43
Binary 10100011 10001010 1110 0 1111 1011011 100100 110010 1010100 100011

Color Harmonies of #A38A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A0E

Black with #A38A0E

Text Example


Text Example

White with #A38A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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