Html Css Color HEX #A38C0A Lucky

📋 copy color: '#A38C0A'

red 163 ◦ green 140 ◦ blue 10

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

Shades of Lucky #A38C0A

Tints of Lucky #A38C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 52.08%
G = 44.73%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A38C0A (or 0xA38C0A) is known color: Lucky. HEX triplet: A3, 8C and 0A. RGB value is (163,140,10). Sum of RGB (Red+Green+Blue) = 163+140+10=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38C0A is #5C73F5. Grayscale: #848484. Windows color (decimal): -6058998 or 691363. OLE color: 691363.

HSL color Cylindrical-coordinate representation of color #A38C0A: hue angle of 50.98º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A38C0A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 140 10 -
CMYK 0 0.14 0.94 0.36
HSL 50.98º 0.88% 0.34% -
HSV(B) 50.98º 0.94% 0.64% -
XYZ 24.54 26.56 4.12 -
YUV 132.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 163 140 10 0 0.14 0.94 0.36 50.98 0.88 0.34
Hex A3 8C A 0 E 5E 24 33 58 22
Octal 243 214 12 0 16 136 44 63 130 42
Binary 10100011 10001100 1010 0 1110 1011110 100100 110011 1011000 100010

Color Harmonies of #A38C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C0A

Black with #A38C0A

Text Example


Text Example

White with #A38C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C0A; }

 p { color: rgb(163,140,10); }

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

background-color css

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

 a { background-color: rgb(163,140,10); }

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

border-color css

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

 span { border-color: rgb(163,140,10); }

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